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 }