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

[dependencies]
hyper = "0.13.5"
tokio = { version = "0.2.20", features = ["full"] }

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