a lot of shit

This commit is contained in:
grechkagk 2025-11-16 23:25:38 +08:00
parent 002767b85a
commit c3f365e1f6
16 changed files with 1247 additions and 2 deletions

View file

@ -4,3 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.7"
chrono = "0.4"
http = "1.3.1"
mime_guess = "2.0"
rust-embed = "8.9.0"
term_size = "0.1"
tokio = { version = "*", features = ["full"] }
tower-http = "0.6.6"
tower-service = "0.3.3"