yes
This commit is contained in:
parent
e4d171667f
commit
25a451e23e
10 changed files with 1072 additions and 0 deletions
8
justfile
Normal file
8
justfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
default:
|
||||
just --list
|
||||
build:
|
||||
RUST_LOG=Debug cargo build
|
||||
run:
|
||||
RUST_LOG=Debug cargo run
|
||||
test:
|
||||
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
Loading…
Add table
Add a link
Reference in a new issue