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]
2021-11-03 11:40:23 +01:00
axum = { path = "../../axum" }
2021-09-28 17:08:49 +08:00
tokio = { version = "1.0", features = ["full"] }