readme
This commit is contained in:
parent
5e83c1218b
commit
a5753a044e
10 changed files with 141 additions and 179 deletions
|
@ -8,6 +8,7 @@ name = "simplelink"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
rust-embed = "6.8"
|
||||
jsonwebtoken = "9"
|
||||
actix-web = "4.4"
|
||||
actix-files = "0.6"
|
||||
|
@ -28,4 +29,5 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||
regex = "1.10"
|
||||
lazy_static = "1.4"
|
||||
argon2 = "0.5.3"
|
||||
rand = { version = "0.8", features = ["std"] }
|
||||
rand = { version = "0.8", features = ["std"] }
|
||||
mime_guess = "2.0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue