staxman-old/Cargo.toml

13 lines
257 B
TOML
Raw Normal View History

2023-11-18 11:35:40 +00:00
[package]
name = "staxman"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-11-18 13:29:19 +00:00
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.3"
2023-11-18 11:35:40 +00:00
axum = "0.6"
tokio = { version = "1", features = ["full"] }
2023-11-18 13:29:19 +00:00
tracing = "0.1"
tracing-subscriber = "0.3"