{
"name": "@rust/darwin-kperf-criterion",
"version": "0.1.0",
"private": true,
"description": "Criterion measurement plugin using Apple's hardware performance counters",
"license": "MIT OR Apache-2.0",
"scripts": {
"lint:clippy": "just clippy"
},
"dependencies": {
"@rust/darwin-kperf": "workspace:*",
"@rust/darwin-kperf-events": "workspace:*"
}
}