5 rustPlatform.buildRustPackage rec {
6 pname = "stylance-cli";
10 inherit pname version;
11 hash = "sha256-2RLdO2TxIa/ngji5tzKzSfpq2qErI7gaQqObDTMrd/g=";
14 cargoHash = "sha256-26EKLvqc9x7JT6EDkH9KbQJ+xX/CUslLmEF4XxnPbFY=";
17 description = "Library and cli tool for working with scoped CSS in rust";
18 mainProgram = "stylance";
19 homepage = "https://github.com/basro/stylance-rs";
20 changelog = "https://github.com/basro/stylance-rs/blob/v${version}/CHANGELOG.md";
21 license = with licenses; [ mit ];
22 maintainers = with maintainers; [ dav-wolff ];