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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6d8ebaf..1b2c458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ chacha20poly1305 = "0.10.1" clap = { version = "4.3.19", features = ["derive"] } dialoguer = "0.10.4" directories = "5.0.1" +git2 = "0.18.1" keyring = "2.0.5" nostr = "0.23.0" passwords = "3.1.13" -- cgit v1.2.3