From 4cd4e04028079f29e01cfe43dc9d4b2c1914fc51 Mon Sep 17 00:00:00 2001 From: despiegk Date: Tue, 5 Aug 2025 16:22:25 +0200 Subject: [PATCH] ... --- packages/system/git/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/system/git/Cargo.toml b/packages/system/git/Cargo.toml index 9788015..4edd72d 100644 --- a/packages/system/git/Cargo.toml +++ b/packages/system/git/Cargo.toml @@ -15,6 +15,7 @@ serde_json = { workspace = true } rhai = { workspace = true } log = { workspace = true } url = { workspace = true } +redis = { workspace = true } [dev-dependencies] tempfile = { workspace = true }