{ rustPlatform }: rustPlatform.buildRustPackage { pname = "van-weather"; version = "0.1.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock; meta = { description = "Privacy-masked van weather publisher for Home Assistant"; mainProgram = "van-weather"; }; }