mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
2361852cc5
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
10 lines
210 B
TOML
10 lines
210 B
TOML
[package]
|
|
name = "check-maintainers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
octocrab = "0.42.1"
|
|
serde_json = "1.0.133"
|
|
tokio = { version = "1.41.1", features = ["fs", "macros", "rt-multi-thread"] }
|