This commit is contained in:
2026-04-17 11:58:16 +03:00
parent 4f1c6d1ab7
commit 8721353b8d
6 changed files with 1093 additions and 463 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ae_anons"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT"
license-file = "LICENSE"
@@ -28,6 +28,13 @@ log = "0.4"
env_logger = "0.11"
bytes = "1.9"
# Web server (updated to latest stable versions)
axum = "0.8.9"
tower = "0.5"
tower-http = { version = "0.6", features = ["fs", "trace"] }
askama = "0.15"
clap = { version = "4.5", features = ["derive"] }
[dev-dependencies]
tokio = { version = "1.0", features = ["full", "rt-multi-thread"] }