First Commit
This commit is contained in:
commit
0135974d08
7 changed files with 4979 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue