summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1fb82f4..582a115 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -512,6 +512,12 @@ dependencies = [
]
[[package]]
+name = "dotenv"
+version = "0.15.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
+
+[[package]]
name = "dotenvy"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1226,7 +1232,9 @@ name = "rust-pw-server"
version = "0.1.0"
dependencies = [
"actix-web",
+ "dotenv",
"exun",
+ "hex",
"raise",
"rand",
"rust-argon2",