Add essentials
This commit is contained in:
commit
23bef7585d
28 changed files with 1173 additions and 0 deletions
8
justfile
Normal file
8
justfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
run *ARGS:
|
||||
cargo run {{ARGS}}
|
||||
|
||||
watch:
|
||||
bacon
|
||||
Loading…
Add table
Add a link
Reference in a new issue