nixie-ci/nix-json/Cargo.toml
Marcel Müller 85c6a8f169 Add parsing and finding the failed derivation
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-01-10 12:13:18 +01:00

22 lines
426 B
TOML

[package]
name = "nix-json"
edition.workspace = true
version = "0.1.0"
license.workspace = true
authors.workspace = true
readme.workspace = true
[[test]]
name = "sample-logs"
harness = false
[dependencies]
serde.workspace = true
serde_json.workspace = true
serde_repr.workspace = true
thiserror = { workspace = true }
displaydoc = { workspace = true }
itertools = "0.14"
[dev-dependencies]
datatest-stable.workspace = true