aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7315a4c..0d8b33c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2279,6 +2279,7 @@ dependencies = [
"tracing-appender",
"tracing-subscriber",
"url",
+ "users-service",
"utoipa",
"utoipa-axum",
"utoipa-rapidoc",
@@ -3144,6 +3145,21 @@ dependencies = [
]
[[package]]
+name = "users-service"
+version = "0.1.0"
+dependencies = [
+ "async-trait",
+ "secrecy",
+ "serde_json",
+ "shared-svc",
+ "sqlx",
+ "thiserror 2.0.18",
+ "time",
+ "tracing",
+ "url",
+]
+
+[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"