1 { lib, fetchCrate, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-L4JemOxpynGYsA8FgHnMv/hrogLSRaaiIzDjxzZDqjM=";
12 cargoHash = "sha256-ShJ7dbd3oNo3qZJ5+ut+NfLF9j8kPPZy9yC2zl/s56k=";
15 description = "Trusty terminal typing tester";
16 homepage = "https://github.com/Samyak2/toipe";
17 license = licenses.mit;
18 maintainers = with maintainers; [ loicreynier samyak ];