staxman-old/Cargo.toml
2023-11-18 14:29:19 +01:00

13 lines
257 B
TOML

[package]
name = "staxman"
version = "0.1.0"
edition = "2021"
[dependencies]
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.3"
axum = "0.6"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"