summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-11-23 11:10:45 +0200
committerrtkay123 <dev@kanjala.com>2025-11-23 11:10:45 +0200
commit432a5061c0b910821635825021a37f798e0ce26c (patch)
tree08346d3a30debd326d2bcf30efc55017362e8d50 /Cargo.toml
parentf9af6bf27fb448a64fdfeb219e4d2302938c5a1a (diff)
downloadsellershut-432a5061c0b910821635825021a37f798e0ce26c.tar.bz2
sellershut-432a5061c0b910821635825021a37f798e0ce26c.zip
feat(config): read from cli
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"