format
This commit is contained in:
parent
b873398a79
commit
e2d5748733
41 changed files with 291 additions and 268 deletions
14
justfile
Normal file
14
justfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
run:
|
||||
cargo run
|
||||
|
||||
test:
|
||||
cargo test --verbose
|
||||
|
||||
doc:
|
||||
cargo doc --no-deps --package moonhare_engine
|
||||
|
||||
fmt:
|
||||
cargo fmt
|
||||
|
||||
push commit_message:
|
||||
./push_to_git.sh "{{commit_message}}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue