diff options
| author | rtkay123 <dev@kanjala.com> | 2025-11-23 17:21:14 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2025-11-23 17:21:14 +0200 |
| commit | 6c7e7466cdca167c1f28030886b7d01ba346d2c9 (patch) | |
| tree | 6b77751b5d556e12be3e1645a3b47896c4186cdd /Cargo.lock | |
| parent | ae72e4f8d4ccb6d5ed71e17d6b2ffb0ac8876e0a (diff) | |
| download | sellershut-6c7e7466cdca167c1f28030886b7d01ba346d2c9.tar.bz2 sellershut-6c7e7466cdca167c1f28030886b7d01ba346d2c9.zip | |
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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", |
