7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-Zgl8iyBDVwqZnbfqC06DMuo0S/hV6pl812hkiovmS+I=";
18 cargoLock.lockFile = ./Cargo.lock;
21 ln -s ${./Cargo.lock} Cargo.lock
25 description = "Support crate for rustc's self-profiling feature";
26 homepage = "https://github.com/rust-lang/measureme";
27 license = licenses.asl20;
28 maintainers = [ maintainers.t4ccer ];