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

[dependencies]
hyper = "0.12.35"
ring = "0.16.9"

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