From 6e9245542f070c39a1975f0d53d88913c4ac667d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Sun, 1 Oct 2023 00:00:00 +0100 Subject: feat(prs-create) find commits and create events - identify commits - create pull request event - create patch events --- test_utils/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 1a39957..3d936b5 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -8,7 +8,9 @@ anyhow = "1.0.75" assert_cmd = "2.0.12" dialoguer = "0.10.4" directories = "5.0.1" +git2 = "0.18.1" nostr = "0.23.0" once_cell = "1.18.0" +rand = "0.8" rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } strip-ansi-escapes = "0.2.0" -- cgit v1.2.3