some type of authentication for the site
This commit is contained in:
parent
b3451a641e
commit
cdaf5febb7
13 changed files with 318 additions and 7 deletions
|
@ -12,8 +12,8 @@ maplit = "1.0.2"
|
|||
password-auth = "0.3.0"
|
||||
rand = "0.8.5"
|
||||
regex = "1.9.4"
|
||||
reqwest = { version = "0.11.20", features = ["blocking"] }
|
||||
rocket = "=0.5.0-rc.3"
|
||||
reqwest = "0.11.20"
|
||||
rocket = { version = "=0.5.0-rc.3", features = ["secrets"]}
|
||||
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["handlebars"] }
|
||||
roxmltree = "0.18.0"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue