From e022abbdcb21f3b093727b68bd832807d7bfc720 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 7 Aug 2025 16:30:46 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20the=20github=20functionality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 21eea19..8587e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,10 @@ edition = "2024" clap = { version = "4.5.41", features = ["derive"] } colored = "3.0.0" derive_more = { version = "2.0.1", features = ["from"] } +dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } futures-util = "0.3.31" indicatif = { version = "0.18.0", features = ["improved_unicode"] } +octocrab = "0.44.1" reqwest = { version = "0.12.22", features = ["blocking", "json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.141" -- cgit v1.2.3