summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/Cargo.toml
blob: 1e6eaa1106d544671bd46e7f9fd9bd29c3f3b057 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "nixpkgs-check-by-name"
version = "0.1.0"
edition = "2021"

[dependencies]
rnix = "0.11.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"
itertools = "0.11.0"

[dev-dependencies]
temp-env = "0.3.5"