summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-07 16:30:46 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-07 16:30:46 +0100
commite022abbdcb21f3b093727b68bd832807d7bfc720 (patch)
tree7a57274e7f0194e0d798fc194dc486ad348e2602 /Cargo.toml
parentc5157ee81b64f20c12ac11b7eb79e07bd3af1469 (diff)
✨feat: add the github functionality
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"