added github calls
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "github-status"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.22"
|
||||
clap = { version = "4.0.14", features = ["derive", "env"] }
|
||||
eyre = "0.6.8"
|
||||
graphql_client = { version = "0.11.0", features = ["reqwest", "reqwest-blocking"] }
|
||||
reqwest = { version = "0.11.12", features = ["blocking"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
Reference in New Issue
Block a user