docs/code-samples/community/serving/helloworld-rust/Cargo.toml

11 lines
248 B
TOML

[package]
name = "hellorust"
version = "0.0.0"
edition = "2018"
publish = false
[dependencies]
hyper = { version = "0.14.7", features = ["full"]}
tokio = { version = "1.20.3", features = ["macros", "rt-multi-thread"] }
pretty_env_logger = "0.4.0"