aboutsummaryrefslogtreecommitdiffstats
path: root/lib/users-service/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-11 08:46:55 +0200
committerrtkay123 <dev@kanjala.com>2026-02-11 08:46:55 +0200
commit8e75d3af03fdd0e92f00de10eef0af2b093d1c7c (patch)
treedc5f04c3cc495f695a7be8ce79293d49aefdc48e /lib/users-service/Cargo.toml
parent9fd685039613d0e9aa71eabe51d3a6272a3ace21 (diff)
downloadsellershut-8e75d3af03fdd0e92f00de10eef0af2b093d1c7c.tar.bz2
sellershut-8e75d3af03fdd0e92f00de10eef0af2b093d1c7c.zip
feat: jsonb column
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"] }