{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.0/.schema/devbox.schema.json",
"packages": ["cargo@latest", "rustfmt@latest"],
"shell": {
"init_hook": ["git config core.hooksPath .githooks"],
"scripts": {
"test": "cargo test --features r1cs,zero-flag"
}
}
}