diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -185,6 +185,29 @@ dependencies = [ ] [[package]] +name = "auth" +version = "0.1.0" +dependencies = [ + "anyhow", + "axum", + "base64", + "clap", + "config", + "futures-util", + "nanoid", + "serde", + "serde_json", + "sqlx", + "stack-up", + "time", + "tokio", + "tower", + "tower-http", + "tracing", + "url", +] + +[[package]] name = "autocfg" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" |