aboutsummaryrefslogtreecommitdiffstats
path: root/crates/api-auth/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/api-auth/Cargo.toml')
-rw-r--r--crates/api-auth/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/api-auth/Cargo.toml b/crates/api-auth/Cargo.toml
index a0868a5..5ce0647 100644
--- a/crates/api-auth/Cargo.toml
+++ b/crates/api-auth/Cargo.toml
@@ -11,6 +11,7 @@ homepage.workspace = true
api-core = { workspace = true, features = ["auth", "users"] }
async-trait.workspace = true
oauth2 = "5.0.0"
+redis.workspace = true
secrecy.workspace = true
serde.workspace = true
sh-util = { workspace = true, optional = true }