mtg-price-bot/devbox.json
2026-02-24 11:32:30 +03:00

20 lines
419 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": [
"cargo@latest",
"rustc@latest",
"bacon@latest",
"rustfmt@latest",
"clippy@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}