github-status/Cargo.toml

15 lines
474 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]
2023-09-15 17:05:42 +02:00
chrono = "0.4.31"
2024-01-08 18:09:11 +01:00
clap = { version = "4.4.14", features = ["derive", "env"] }
2023-12-13 23:14:53 +01:00
eyre = "0.6.11"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
2023-12-18 22:30:02 +01:00
reqwest = { version = "0.11.23", features = ["blocking"] }
2024-01-06 04:10:16 +01:00
serde = { version = "1.0.195", features = ["derive"] }