aboutsummaryrefslogtreecommitdiffstats
path: root/crates/users/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/users/Cargo.toml')
-rw-r--r--crates/users/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/users/Cargo.toml b/crates/users/Cargo.toml
index e21ca6c..4c0098e 100644
--- a/crates/users/Cargo.toml
+++ b/crates/users/Cargo.toml
@@ -8,3 +8,6 @@ documentation.workspace = true
homepage.workspace = true
[dependencies]
+api-core = { workspace = true, features = ["users"] }
+async-trait.workspace = true
+thiserror.workspace = true