added the provider trait, github provider, and a fzf selector.

i forgot to commit :(
This commit is contained in:
2026-07-10 18:53:36 -05:00
parent b476cd1e85
commit 0e2155c1b3
6 changed files with 3818 additions and 3 deletions
+8
View File
@@ -4,3 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.13.4", features = ["json"] }
clap = { version = "4.6.1", features = ["derive"] }
tokio = { version = "1.52.3", features = ["full"] }
serde_json = "1.0.150"
octocrab = "0.54.0"
dialoguer = "0.12"
keyring = "4.1.4"