Files
axum/examples/readme/Cargo.toml
T

13 lines
316 B
TOML
Raw Normal View History

2021-11-03 07:23:28 +00:00
[package]
name = "example-readme"
version = "0.1.0"
edition = "2021"
2021-11-03 07:23:28 +00:00
publish = false
[dependencies]
axum = { path = "../../axum" }
2021-11-03 07:23:28 +00:00
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
2022-03-06 12:37:00 +01:00
tracing-subscriber = { version = "0.3", features = ["env-filter"] }