271eb02995
Adds an internal CLI tool to verify Nixpkgs to conform to RFC 140. See pkgs/test/nixpkgs-check-by-name/README.md for more information.
16 lines
346 B
TOML
16 lines
346 B
TOML
[package]
|
|
name = "nixpkgs-check-by-name"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rnix = "0.11.0"
|
|
rowan = "0.15.0"
|
|
regex = "1.9.3"
|
|
clap = { version = "4.3.23", features = ["derive"] }
|
|
serde_json = "1.0.105"
|
|
tempfile = "3.8.0"
|
|
serde = { version = "1.0.185", features = ["derive"] }
|
|
anyhow = "1.0"
|
|
lazy_static = "1.4.0"
|
|
colored = "2.0.4"
|