github-status/Cargo.toml
Kasper Juul Hermansen b2c184613a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update Rust crate reqwest to 0.11.25
2024-03-08 21:49:57 +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.35"
clap = { version = "4.5.2", features = ["derive", "env"] }
eyre = "0.6.12"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.25", features = ["blocking"] }
serde = { version = "1.0.197", features = ["derive"] }