diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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" |
