diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-05 15:17:55 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-05 15:17:55 +0200 |
| commit | 3f708c5fffed105b27965f8e844a26de6bdf9662 (patch) | |
| tree | fbed157ae7fc15a26a86fba5e0b8b9c5107ee07f /Cargo.toml | |
| parent | e86366c6d68b9d3d2af4ac4afb5cf7d5a8400dde (diff) | |
| download | sellershut-3f708c5fffed105b27965f8e844a26de6bdf9662.tar.bz2 sellershut-3f708c5fffed105b27965f8e844a26de6bdf9662.zip | |
feat(cli): cache
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
