github-status/Cargo.toml

15 lines
473 B
TOML
Raw Normal View History

2022-10-13 20:10:18 +02:00
[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]
2022-11-12 13:10:47 +01:00
chrono = "0.4.23"
2022-12-22 20:55:15 +01:00
clap = { version = "4.0.32", features = ["derive", "env"] }
2022-10-13 20:10:18 +02:00
eyre = "0.6.8"
graphql_client = { version = "0.11.0", features = ["reqwest", "reqwest-blocking"] }
2022-11-16 17:01:17 +01:00
reqwest = { version = "0.11.13", features = ["blocking"] }
2022-12-26 18:54:04 +01:00
serde = { version = "1.0.152", features = ["derive"] }