formatted
This commit is contained in:
parent
89c554abdb
commit
50526960ba
6 changed files with 101 additions and 80 deletions
8
justfile
8
justfile
|
|
@ -2,4 +2,10 @@ run:
|
|||
cargo run
|
||||
|
||||
test:
|
||||
cargo test --verbose
|
||||
cargo test --verbose
|
||||
|
||||
doc:
|
||||
cargo doc --no-deps
|
||||
|
||||
fmt:
|
||||
cargo fmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue