axum/examples/form/Cargo.toml

13 lines
268 B
TOML
Raw Normal View History

[package]
name = "example-form"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../.." }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
serde = { version = "1.0", features = ["derive"] }