6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "antoniusnaumann";
14 hash = "sha256-T8cIZJwnA3bFMIEezMrh5LRXV1SRCAVLanQm7rmc0sU=";
17 cargoHash = "sha256-qm1xSmCOF/ZHhwbCaB0Df+Rcvrh2imMPSCS1Hxl0TaI=";
20 description = "Cargo plugin to easily build Swift packages from Rust code";
21 mainProgram = "cargo-swift";
22 homepage = "https://github.com/antoniusnaumann/cargo-swift";
23 license = with licenses; [ asl20 mit ];
24 maintainers = with maintainers; [ elliot ];