diff options
Diffstat (limited to 'crates/api-auth/Cargo.toml')
| -rw-r--r-- | crates/api-auth/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/api-auth/Cargo.toml b/crates/api-auth/Cargo.toml index 053bbb9..a0868a5 100644 --- a/crates/api-auth/Cargo.toml +++ b/crates/api-auth/Cargo.toml @@ -13,6 +13,7 @@ async-trait.workspace = true oauth2 = "5.0.0" secrecy.workspace = true serde.workspace = true +sh-util = { workspace = true, optional = true } sqlx.workspace = true thiserror.workspace = true utoipa = { workspace = true, optional = true } @@ -20,5 +21,5 @@ url.workspace = true async-session = "3.0.0" [features] -discord = [] +discord = ["sh-util/cache"] utoipa = ["dep:utoipa", "serde/derive"] |
