aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris2025-02-06 21:15:32 +0100
committerJoris2025-02-06 21:15:32 +0100
commitfedb4e7c7ebf21619f89c29d011e288363a978e9 (patch)
treea1caf36b68fc672bf8bc0740ee05dbb6770d02a6 /Cargo.toml
parent2956aa5f5324e4183dbc87f81fbc71fd0f43dbf9 (diff)
Use anyhow Error
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 b8e2742..e301c69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Joris <joris@guyonvarch.me>"]
edition = "2021"
[dependencies]
+anyhow = "1.0"
bcrypt = "0.17"
chrono = "0.4"
env_logger = "0.11"