Major Refactor: separate project into multiple crates

This commit is contained in:
reo 2025-07-17 23:19:46 +03:00
parent f943e4c945
commit d0440f3da3
24 changed files with 209 additions and 2232 deletions

View file

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