axum/examples/graceful-shutdown/Cargo.toml

11 lines
243 B
TOML
Raw Normal View History

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