add the justfile to rust, update the other languages later
This commit is contained in:
parent
3a4f18afee
commit
3b4ccaafb0
1 changed files with 8 additions and 0 deletions
8
rust/justfile
Normal file
8
rust/justfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
build:
|
||||||
|
cargo build
|
||||||
|
|
||||||
|
test:
|
||||||
|
cargo test
|
||||||
|
|
||||||
|
run:
|
||||||
|
cargo run
|
Loading…
Add table
Add a link
Reference in a new issue