summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-11-23 17:21:14 +0200
committerrtkay123 <dev@kanjala.com>2025-11-23 17:21:14 +0200
commit6c7e7466cdca167c1f28030886b7d01ba346d2c9 (patch)
tree6b77751b5d556e12be3e1645a3b47896c4186cdd /Cargo.lock
parentae72e4f8d4ccb6d5ed71e17d6b2ffb0ac8876e0a (diff)
downloadsellershut-6c7e7466cdca167c1f28030886b7d01ba346d2c9.tar.bz2
sellershut-6c7e7466cdca167c1f28030886b7d01ba346d2c9.zip
feat: db urlHEADmaster
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",