Files
axum/examples/hello-world/Cargo.toml
T

13 lines
311 B
TOML

[package]
name = "example-hello-world"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
axum-extra = { path = "../../axum-extra", features = ["typed-routing"] }
serde = { version = "1.0", features = ["derive"] }