Files
axum/examples/templates/Cargo.toml
T

13 lines
284 B
TOML
Raw Normal View History

[package]
name = "example-templates"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
2024-09-27 16:50:52 +00:00
askama = "0.12"
axum = { path = "../../axum" }
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"] }