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

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