summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-03-19 13:23:20 -0400
committermrw1593 <botahamec@outlook.com>2023-05-29 10:45:26 -0400
commit8ec105595db9d2957c7327112e7a0b63d9d59400 (patch)
treea53e2e2c375d2d7155c30058a69dd713be4e5905 /Cargo.lock
parentf149374e2c6682ea5b9b1d692b001d6ab5faea4a (diff)
Create user
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ece075a..1fb82f4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1113,6 +1113,12 @@ dependencies = [
]
[[package]]
+name = "raise"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5127de0ecc0dd007559117b06737ec010d7316513685c2d3adf2b8b8252ce589"
+
+[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1221,9 +1227,13 @@ version = "0.1.0"
dependencies = [
"actix-web",
"exun",
+ "raise",
"rand",
"rust-argon2",
+ "serde",
"sqlx",
+ "thiserror",
+ "uuid",
]
[[package]]
@@ -1741,6 +1751,11 @@ name = "uuid"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
+dependencies = [
+ "getrandom",
+ "rand",
+ "serde",
+]
[[package]]
name = "version_check"