aboutsummaryrefslogtreecommitdiffstats
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 a9a8c27..a93b10e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,9 +12,12 @@ homepage = "https://git.kanjala.com/sellershut"
api-core = { path = "./crates/api-core", version = "0.0.0" }
async-trait = "0.1.89"
axum = "0.8.8"
+futures-util = "0.3.32"
+redis = { version = "1.1.0", default-features = false }
secrecy = "0.10.3"
serde = "1.0.228"
serde_json = "1.0.149"
+sh-util = { path = "./crates/sh-util", version = "0.0.0" }
tokio = "1.51.0"
tower = "0.5.3"
thiserror = "2.0.18"