ip-echo/devbox.json
2026-01-17 03:11:05 +00:00

16 lines
393 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": [
"rustup@latest",
"posting@latest"
],
"env": {
"PROJECT_DIR": "$PWD"
},
"shell": {
"init_hook": [". conf/set-env.sh", "rustup default stable", "cargo fetch"],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}