Add essentials

This commit is contained in:
reo 2025-07-25 00:55:28 +03:00
commit 23bef7585d
28 changed files with 1173 additions and 0 deletions

8
justfile Normal file
View file

@ -0,0 +1,8 @@
default:
@just --list
run *ARGS:
cargo run {{ARGS}}
watch:
bacon