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

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

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