aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e2663f8..1111de2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3040,6 +3040,15 @@ dependencies = [
]
[[package]]
+name = "users"
+version = "0.0.0"
+dependencies = [
+ "api-core",
+ "async-trait",
+ "thiserror 2.0.18",
+]
+
+[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"