summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9af7318..f09aafd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1787,6 +1787,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
+name = "secrecy"
+version = "0.10.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
+dependencies = [
+ "zeroize",
+]
+
+[[package]]
name = "sellershut"
version = "0.1.0"
dependencies = [
@@ -1794,11 +1803,13 @@ dependencies = [
"anyhow",
"axum",
"clap",
+ "secrecy",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",
+ "url",
"utoipa",
"utoipa-axum",
"utoipa-rapidoc",