From 487ac435d7b687f071a0ed173d918fac480992b3 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 12 Jul 2025 15:57:19 +0200 Subject: feat: create user --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ee7a0bc..1bd7537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3