diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-12 15:57:19 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-12 15:57:19 +0200 |
commit | 487ac435d7b687f071a0ed173d918fac480992b3 (patch) | |
tree | 3dd870414508cc437a4b070ba93ace7d3e2df5ad /Cargo.toml | |
parent | ba14505f39d8634921f260d715aa8e66f2a14406 (diff) | |
download | sellershut-487ac435d7b687f071a0ed173d918fac480992b3.tar.bz2 sellershut-487ac435d7b687f071a0ed173d918fac480992b3.zip |
feat: create user
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" |