add session_id + uuid parsing
This commit is contained in:
@@ -5,6 +5,8 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
axum-extra = { version = "0.10", features = ["cookie"] }
|
||||
maud = { version = "0.27.0", features = ["axum"] }
|
||||
tokio = { version = "1.47.0", features = ["macros", "rt-multi-thread"] }
|
||||
tower-http = { version = "0.6.6", features = ["fs"] }
|
||||
uuid = { version = "1.17.0", features = ["v4", "serde"] }
|
||||
|
Reference in New Issue
Block a user