summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-01-26 22:27:54 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-01-26 22:27:54 +0100
commit749c892b9cfc6b5b9937b4c3badc713101542fe1 (patch)
tree5cba0e9bc7a694e9939bcdb2281fba599df5db04 /server/Cargo.toml
parent790e1af298aa7c9f39fb7cfe15615307ed87d597 (diff)
Use anyhow to reduce enum error types and map_err
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 8ce6668..948f46b 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
default-run = "eyeballs"
[dependencies]
+anyhow = "1.0"
futures = "0.3.31"
ldap3 = { version = "0.11.5", default-features = false, features = [ "native-tls", "tls", "tls-native", "tokio-native-tls" ] }
pathdiff = "0.2.3"