Got content added to new pages.

This commit is contained in:
2025-05-02 18:04:17 -04:00
parent 57a09461f1
commit ea825c89eb
7 changed files with 47 additions and 14 deletions

View File

@ -9,9 +9,11 @@ edition = "2021"
axum = ">=0.8.0"
chrono = { version = ">=0.4.40", features = ["now"] }
clap = { version = ">=4.5.1", features = ["derive"] }
serde_json = ">=1.0.140"
tokio = { version = ">=1.36.0", features = ["full"] }
tower-cookies = ">=0.11.0"
uuid = { version = ">=1.8.0", features = ["v4"] }
[dev-dependencies]
http-body-util = ">=0.1.3"
tower = { version = ">=0.5.2", features = ["util"] }