Files
axum/examples/hello-world/Cargo.toml
T
2022-02-10 16:46:42 +01:00

13 lines
283 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-macros = { path = "../../axum-macros" }
serde = { version = "1.0", features = ["derive"] }