diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-11 08:46:55 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-11 08:46:55 +0200 |
| commit | 8e75d3af03fdd0e92f00de10eef0af2b093d1c7c (patch) | |
| tree | dc5f04c3cc495f695a7be8ce79293d49aefdc48e /lib/users-service/Cargo.toml | |
| parent | 9fd685039613d0e9aa71eabe51d3a6272a3ace21 (diff) | |
| download | sellershut-8e75d3af03fdd0e92f00de10eef0af2b093d1c7c.tar.bz2 sellershut-8e75d3af03fdd0e92f00de10eef0af2b093d1c7c.zip | |
feat: jsonb column
Diffstat (limited to 'lib/users-service/Cargo.toml')
| -rw-r--r-- | lib/users-service/Cargo.toml | 18 |
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"] } |
