Add just support

This commit is contained in:
illegitimate-egg 2025-03-17 19:14:13 +00:00
parent 4182db1506
commit 7b4f6239ce

8
justfile Normal file
View File

@ -0,0 +1,8 @@
alias r := run
alias t := test
run:
cd rte; cargo run
test:
cargo test