v0.2.0
This commit is contained in:
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user