summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 299ae1a..ee7a0bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,16 @@ documentation = "https://books.kanjala.com/sellershut"
description = "A federated marketplace platform"
[dependencies]
+activitypub_federation = { version = "0.7.0-beta.5", default-features = false, features = ["axum"] }
+anyhow = "1.0.98"
+axum = { version = "0.8.4", features = ["macros"] }
+tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread", "signal"] }
+tower-http = { version = "0.6.6", features = ["trace"] }
+tracing = "0.1.41"
+
+[dependencies.stack-up]
+git = "https://github.com/rtkay123/stack-up.git"
+features = ["tracing"]
+
+[dev-dependencies]
+tower = { version = "0.5.2", features = ["util"] }