{ lib, pkgs, rustPlatform, name, }: (rustPlatform.buildRustPackage { inherit name; nativeBuildInputs = with pkgs; [ ]; src = lib.cleanSource ./.; cargoLock = { lockFile = ./Cargo.lock; }; })