From 6c7e7466cdca167c1f28030886b7d01ba346d2c9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 23 Nov 2025 17:21:14 +0200 Subject: feat: db url --- Cargo.lock | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9af7318..f09aafd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1786,6 +1786,15 @@ version = "1.2.0" 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" @@ -1794,11 +1803,13 @@ dependencies = [ "anyhow", "axum", "clap", + "secrecy", "tokio", "tower", "tower-http", "tracing", "tracing-subscriber", + "url", "utoipa", "utoipa-axum", "utoipa-rapidoc", -- cgit v1.2.3