From 3f708c5fffed105b27965f8e844a26de6bdf9662 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 5 Apr 2026 15:17:55 +0200 Subject: feat(cli): cache --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3