summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parentae72e4f8d4ccb6d5ed71e17d6b2ffb0ac8876e0a (diff)
downloadsellershut-6c7e7466cdca167c1f28030886b7d01ba346d2c9.tar.bz2
sellershut-6c7e7466cdca167c1f28030886b7d01ba346d2c9.zip
feat: db urlHEADmaster
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 b9279a9..c5f1c78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,5 +10,7 @@ description = "A federated marketplace platform"
[workspace.dependencies]
activitypub_federation = { version = "0.7.0-beta.8", default-features = false }
+secrecy = "0.10.3"
serde = "1.0.228"
tracing = "0.1.41"
+url = "2.5.7"