diff options
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" |
