From ba14505f39d8634921f260d715aa8e66f2a14406 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 12 Jul 2025 13:46:33 +0200 Subject: feat: start server --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3