summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c30af2e..0c40ad7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,11 @@ edition = "2021"
[dependencies]
actix-web = "4"
+serde = "1"
+thiserror = "1"
rust-argon2 = "1"
-rand = { version = "0.8", features = [ "small_rng" ] }
+uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
+raise = "2"
+rand = "0.8"
sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] }
exun = "0.1"