diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,10 +10,13 @@ description = "A federated marketplace platform" [dependencies] activitypub_federation = { version = "0.7.0-beta.5", default-features = false, features = ["axum"] } anyhow = "1.0.98" +async-trait = "0.1.88" axum = { version = "0.8.4", features = ["macros"] } +serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread", "signal"] } tower-http = { version = "0.6.6", features = ["trace"] } tracing = "0.1.41" +url = "2.5.4" [dependencies.stack-up] git = "https://github.com/rtkay123/stack-up.git" |