First Commit

This commit is contained in:
reo 2025-06-28 14:20:46 +03:00
commit 0135974d08
7 changed files with 4979 additions and 0 deletions

10
justfile Normal file
View file

@ -0,0 +1,10 @@
default:
@just --list
# Run 'cargo run' on the project
run *ARGS:
cargo run {{ARGS}}
# Watch for changes and automatically restart
watch:
bacon