things are building and running now
Now for all the issues of things not working
This commit is contained in:
parent
f231b81bf4
commit
a1f18f803d
8 changed files with 66 additions and 115 deletions
5
justfile
5
justfile
|
@ -12,4 +12,7 @@ clean:
|
|||
cargo clean
|
||||
rm -rf bld/
|
||||
test:
|
||||
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
||||
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
||||
|
||||
alias b := build
|
||||
alias r := run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue