From dc08e1486c919dc8f168543adeb86cfe1f3b645e Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Sat, 13 May 2023 12:46:09 -0400 Subject: Make secrets more secret --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3