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 5ce0647..518762b 100644
--- a/crates/api-auth/Cargo.toml
+++ b/crates/api-auth/Cargo.toml
@@ -12,6 +12,7 @@ api-core = { workspace = true, features = ["auth", "users"] }
async-trait.workspace = true
oauth2 = "5.0.0"
redis.workspace = true
+reqwest = { workspace = true, features = ["json"] }
secrecy.workspace = true
serde.workspace = true
sh-util = { workspace = true, optional = true }