Initial commit

This commit is contained in:
Artyom Belousov 2026-02-08 01:01:17 +03:00 committed by Artyom Belousov
commit ea042c33ba
26 changed files with 4452 additions and 0 deletions

20
devbox.json Normal file
View file

@ -0,0 +1,20 @@
{
"$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"
]
}
}
}