Files
axum/examples/graceful-shutdown/Cargo.toml
T

10 lines
192 B
TOML
Raw Normal View History

2021-09-28 17:08:49 +08:00
[package]
name = "example-graceful-shutdown"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../../axum" }
2021-09-28 17:08:49 +08:00
tokio = { version = "1.0", features = ["full"] }