github-status/Cargo.toml
Kasper Juul Hermansen 1641db6947
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
Update Rust crate clap to 4.4.9
2023-11-27 18:24:17 +00:00

15 lines
472 B
TOML

[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.31"
clap = { version = "4.4.9", features = ["derive", "env"] }
eyre = "0.6.9"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
serde = { version = "1.0.193", features = ["derive"] }