nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 9 lines 210 B view raw
1[package] 2name = "check-maintainers" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7octocrab = "0.42.1" 8serde_json = "1.0.133" 9tokio = { version = "1.41.1", features = ["fs", "macros", "rt-multi-thread"] }