mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-15 08:11:40 -06:00
finish porting session middleware handler, Session model & creator
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user