summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-05-14 10:43:23 -0400
committermrw1593 <botahamec@outlook.com>2023-05-29 10:46:02 -0400
commitb66023131bd66fd50a307d12c571fc23bc3037dc (patch)
treec5f53611554b21a375db5148997f624ca6b74834 /Cargo.toml
parentad6faa37ff59a01f6834e0c9141d84e24b81d509 (diff)
Added logging support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4366420..92eff53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,6 @@ raise = "2"
dotenv = "0.15"
rand = "0.8"
sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] }
+log = "0.4"
hex = "0.4"
exun = "0.1"