summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 23 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 67f403c..f637fc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"