axum/examples/graceful-shutdown/Cargo.toml

10 lines
242 B
TOML

[package]
name = "example-graceful-shutdown"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1.0", features = ["full"] }