finish porting session middleware handler, Session model & creator

This commit is contained in:
2024-12-22 17:07:07 -06:00
parent 88e3ef7551
commit 5cdee5fb93
4 changed files with 88 additions and 5 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
salvo = { version = "0.74.3", features = ["affix-state", "logging", "serve-static"] }
serde = { version = "1.0.216", features = ["derive"] }
tokio = { version = "1", features = ["macros"] }
tracing = "0.1"
tracing-subscriber = "0.3"