16 lines
393 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|