]> piware.de Git - learn-rust.git/blob - hyper-server/Cargo.toml
concepts: rustfmt
[learn-rust.git] / hyper-server / Cargo.toml
1 [package]
2 name = "hyper-server"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 futures = "0.3"
10 hyper = { version = "0.14", features = ["server", "runtime", "http1"] }
11 tokio = { version = "1", features = ["full"] }