rust-vs-go/rust/Cargo.toml

14 lines
344 B
TOML
Raw Permalink Normal View History

2023-03-16 21:59:34 +00:00
[package]
name = "rust-start"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "1.0.0-rc.3", features = ["full"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3"
bytes = "1.4.0"
http-body-util = "0.1.0-rc.2"