summaryrefslogtreecommitdiff
path: root/tools/hyper_hello/Cargo.toml
blob: a38de1ab15e9ba8768c50721fde7599e5313a615 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "hyper_hello"
version = "0.0.1"

[dependencies]
hyper = "0.12.33"
ring = "0.14.6"

[[bin]]
name = "hyper_hello"
path = "hyper_hello.rs"