mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-12 03:53:14 +00:00
add handler code and basic csrf protection
This commit is contained in:
parent
1c561e58f7
commit
dc21e50a8a
9 changed files with 117 additions and 29 deletions
|
@ -17,4 +17,6 @@ int-enum = "1.2.0"
|
|||
dotenvy = "0.15.7"
|
||||
rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] }
|
||||
humanize-bytes = "1.0.6"
|
||||
rocket-session-store = "0.2.1"
|
||||
rocket-session-store = "0.2.1"
|
||||
uuid = { version = "1.16.0", features = ["v4"] }
|
||||
rand = { version = "0.9.0", features = ["thread_rng"] }
|
Loading…
Add table
Add a link
Reference in a new issue