summaryrefslogtreecommitdiffstats
path: root/maintainers/scripts/check-maintainer-usernames/Cargo.toml
blob: 9edbb3281c00ec6bd4060dcf23d79fc86553e48b (plain)
1
2
3
4
5
6
7
8
9
[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"] }