github-status/Cargo.toml
Kasper Juul Hermansen 260efbc9eb
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update Rust crate clap to 4.5.1
2024-02-16 14:18:36 +00:00

15 lines
473 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.34"
clap = { version = "4.5.1", features = ["derive", "env"] }
eyre = "0.6.12"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.24", features = ["blocking"] }
serde = { version = "1.0.196", features = ["derive"] }