1 { fetchCrate, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "ansi-escape-sequences-cli";
9 hash = "sha256-KGPlNXkF16VdoOb3tg3nsQRdtgU83z7ibPy965bvvDk=";
12 cargoHash = "sha256-Q46VKBrOsjqUeSruuK/Bur2L69JAGr3c+ianfPlfzi0=";
15 description = "Quickly get ANSI escape sequences";
17 CLI utility called "ansi" to quickly get ANSI escape sequences. Supports
18 the colors and styles, such as bold or italic.
20 homepage = "https://github.com/phip1611/ansi-escape-sequences-cli";
21 license = with lib.licenses; [ mit ];
22 maintainers = with lib.maintainers; [ phip1611 ];