summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cfc844..1283ad4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,14 +12,17 @@ description = "A federated marketplace platform"
anyhow = "1.0.98"
async-trait = "0.1.88"
axum = "0.8.4"
+base64 = "0.22.1"
clap = "4.5.41"
config = { version = "0.15.13", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
nanoid = "0.4.0"
+reqwest = { version = "0.12.22", default-features = false }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = "0.8.6"
stack-up = { git = "https://github.com/rtkay123/stack-up.git" }
+time = { version = "0.3.41", default-features = false }
tokio = "1.46.1"
tower = "0.5.2"
tower-http = "0.6.6"