summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"