7 rustPlatform.buildRustPackage rec {
8 pname = "cargo-toml-lint";
12 inherit pname version;
13 hash = "sha256-U3y9gnFvkqJmyFqRAUQorJQY0iRzAE9UUXzFmgZIyaM=";
16 cargoHash = "sha256-ujdekIucqes2Wya4jwTMLstb8JMptbAlqYhgMxfp2gg=";
19 description = "Simple linter for Cargo.toml manifests";
20 mainProgram = "cargo-toml-lint";
21 homepage = "https://github.com/fuellabs/cargo-toml-lint";
22 changelog = "https://github.com/fuellabs/cargo-toml-lint/releases/tag/v${version}";
23 license = with licenses; [
27 maintainers = with maintainers; [