automatically add cargo-insta if used
Some checks failed
CI / checks (push) Has been cancelled

This commit is contained in:
Robin Appelman 2025-02-28 23:49:44 +01:00
commit 591ea924cf
2 changed files with 7 additions and 1 deletions

View file

@ -13,4 +13,6 @@ in
hasNonDefaultFeatures = hasFeatures && (defaultFeatures != nonDefaultFeatures);
hasDefaultFeatures = cargoToml ? features && cargoToml.features ? default;
msrv = assert assertMsg hasMsrv ''"rust-version" not set in Cargo.toml''; tomlPackage.rust-version;
dependencies = attrNames (cargoToml.dependencies or {});
dev-dependencies = attrNames (cargoToml.dev-dependencies or {});
}