6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-3VebLFkeJLK97jqoPXt4Wt6QTR0Zyu+eQV9oaLBSeHE=";
15 cargoHash = "sha256-EIsKb9BzM+H3BO7OpoTmvIvGd578gYSq5vU18BejT0s=";
18 description = "Take a csv as input and outputs svg";
19 homepage = "https://github.com/Canop/csv2svg";
20 license = licenses.mit;
21 maintainers = with maintainers; [ figsoda ];
22 mainProgram = "csv2svg";