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