7 rustPlatform.buildRustPackage rec {
8 pname = "diesel-cli-ext";
12 pname = "diesel_cli_ext";
14 hash = "sha256-5AIzMxEcxL/vYWx3D/meA///Zo+1210HUMEE4dFBhkc=";
17 cargoHash = "sha256-Ya7RL3TuQjKkEkggK/ANChtVZRuTaooM+lE3KBZnvYU=";
20 description = "Provides different tools for projects using the diesel_cli";
21 homepage = "https://crates.io/crates/diesel_cli_ext";
22 license = with licenses; [
26 mainProgram = "diesel_ext";
27 maintainers = with maintainers; [ siph ];