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 f8b4297..b9279a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,6 @@ documentation = "https://books.kanjala.com/sellershut"
description = "A federated marketplace platform"
[workspace.dependencies]
+activitypub_federation = { version = "0.7.0-beta.8", default-features = false }
+serde = "1.0.228"
tracing = "0.1.41"