add beginnings of admin panel
This commit is contained in:
parent
61653794e1
commit
920b28f5f5
7 changed files with 292 additions and 5 deletions
|
@ -9,10 +9,13 @@ license = "MIT"
|
|||
actix = "0.13"
|
||||
actix-files = "0.6.0"
|
||||
actix-http = "3.0.4"
|
||||
actix-session = { version = "0.7.1", features = ["cookie-session"] }
|
||||
actix-web = "4.0.1"
|
||||
actix-web-actors = "4.1.0"
|
||||
argon2 = "0.4.1"
|
||||
askama = "0.11.1"
|
||||
askama_actix = "0.13"
|
||||
base64 = "0.13"
|
||||
bytes = "1.1.0"
|
||||
bytesize = "1.1.0"
|
||||
crc32fast = "1.3.2"
|
||||
|
@ -24,6 +27,7 @@ jsondb = "0.4.0"
|
|||
log = "0.4"
|
||||
mime = "0.3.16"
|
||||
mnemonic = "1.0.1"
|
||||
password-hash = { version = "0.4.2", features = ["alloc"] }
|
||||
pin-project-lite = "0.2.9"
|
||||
rand = "0.8.5"
|
||||
sanitise-file-name = "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue