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

11 lines
249 B
TOML

[package]
name = "hellorust"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
hyper = { version = "0.14.27", features = ["full"]}
tokio = { version = "1.38.2", features = ["macros", "rt-multi-thread"] }
pretty_env_logger = "0.5.0"