le schmoll commit

This commit is contained in:
Pierre Berthe 2024-09-14 15:58:47 +08:00
parent 4ea514650d
commit 4cb0026e5f
3 changed files with 179 additions and 350 deletions

View file

@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.4", features = ["macros", "form"] }
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
tower = "0.4.13"
axum = { version = "0.7.5", features = ["macros", "form"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower = "0.5.1"
tower-http = { version = "0.5.2", features = ["fs"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }