generated from pure_sagacity/rust-starter
added the provider trait, github provider, and a fzf selector.
i forgot to commit :(
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user