From 432a5061c0b910821635825021a37f798e0ce26c Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 23 Nov 2025 11:10:45 +0200 Subject: feat(config): read from cli --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3