{ lib, rustPlatform, }: rustPlatform.buildRustPackage { pname = "hello"; version = "0.1"; src = ./.; cargoLock.lockFile = ./Cargo.lock; }