summaryrefslogtreecommitdiff
path: root/tools/hyper_hello/Cargo.toml
blob: 55a8be7b10d1ee0805d7b2e4f672a27d464a33f5 (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.6"
tokio = { version = "0.2.21", features = ["full"] }

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