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]
2024-01-25 13:58:56 +01:00
chrono = "0.4.33"
2024-01-16 21:47:50 +01:00
clap = { version = "4.4.18", 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-26 23:31:45 +01:00
serde = { version = "1.0.196", features = ["derive"] }