12 lines
257 B
TOML
12 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"
|