aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-08 13:35:04 +0200
committerrtkay123 <dev@kanjala.com>2026-02-08 13:35:04 +0200
commit9b0c8c23e85930ef1128e73e06713c8a36708625 (patch)
tree87ddb6e754f3716c8736c13d0d7832fd717e6e4c /Cargo.toml
parente4aa3d837543cdc91b563da32c36cdc3b86529e9 (diff)
downloadsellershut-9b0c8c23e85930ef1128e73e06713c8a36708625.tar.bz2
sellershut-9b0c8c23e85930ef1128e73e06713c8a36708625.zip
feat: merge config
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a943f8..315004b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,9 @@ readme = "README.md"
documentation = "https://books.kanjala.com/sellershut"
[workspace.dependencies]
+secrecy = "0.10.3"
serde = "1.0.228"
thiserror = "2.0.18"
tokio = "1.49.0"
tracing = "0.1.44"
+url = "2.5.8"