aboutsummaryrefslogtreecommitdiffstats
path: root/lib/users-service/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/users-service/Cargo.toml')
-rw-r--r--lib/users-service/Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/users-service/Cargo.toml b/lib/users-service/Cargo.toml
new file mode 100644
index 0000000..639f4ff
--- /dev/null
+++ b/lib/users-service/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+name = "users-service"
+version = "0.1.0"
+edition = "2024"
+license.workspace = true
+readme.workspace = true
+documentation.workspace = true
+
+[dependencies]
+async-trait.workspace = true
+secrecy = "0.10.3"
+serde_json = "1.0.149"
+shared-svc = { workspace = true, features = ["cache"] }
+sqlx.workspace = true
+thiserror.workspace = true
+time.workspace = true
+tracing.workspace = true
+url = { workspace = true, features = ["serde"] }