github-status/Cargo.toml

15 lines
472 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]
2024-04-15 12:19:07 +02:00
chrono = "0.4.38"
2024-03-25 22:51:57 +01:00
clap = { version = "4.5.4", features = ["derive", "env"] }
2024-01-31 18:25:56 +01:00
eyre = "0.6.12"
graphql_client = { version = "0.14.0", features = ["reqwest", "reqwest-blocking"] }
2024-04-19 20:41:22 +02:00
reqwest = { version = "0.12.4", features = ["blocking"] }
2024-05-15 10:07:09 +02:00
serde = { version = "1.0.202", features = ["derive"] }