{ lib , nixosTests , rustPlatform }: rustPlatform.buildRustPackage { pname = "pict-rs-proxy"; version = "0.5.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock; nativeBuildInputs = [ ]; passthru.tests = { inherit (nixosTests) pict-rs-proxy; }; meta = with lib; { description = "A simple image hosting service"; homepage = "https://git.asonix.dog/asonix/pict-rs-proxy"; license = with licenses; [ agpl3Plus ]; }; }