This commit is contained in:
grechkagk 2025-11-23 13:06:14 +08:00
parent 196c3498ef
commit 5df67bc86e
13 changed files with 369 additions and 46 deletions

View file

@ -6,9 +6,11 @@ edition = "2024"
[dependencies]
axum = "0.8.7"
chrono = "0.4"
handlebars = "6.3.2"
http = "1.3.1"
mime_guess = "2.0"
rust-embed = "8.9.0"
serde_json = "1.0.145"
term_size = "0.1"
tokio = { version = "*", features = ["full"] }
tower-http = "0.6.6"