Major Refactor: separate project into multiple crates
This commit is contained in:
parent
f943e4c945
commit
d0440f3da3
24 changed files with 209 additions and 2232 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue