summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-05-13 12:46:09 -0400
committermrw1593 <botahamec@outlook.com>2023-05-29 10:45:55 -0400
commitdc08e1486c919dc8f168543adeb86cfe1f3b645e (patch)
treefaec648a182d9dda738b0c7e859d22deae2c7f49 /Cargo.toml
parent0b55587443103b20491139d54670474a35286be8 (diff)
Make secrets more secret
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c40ad7..4366420 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,8 @@ thiserror = "1"
rust-argon2 = "1"
uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
raise = "2"
+dotenv = "0.15"
rand = "0.8"
sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] }
+hex = "0.4"
exun = "0.1"