diff --git a/justfile b/justfile new file mode 100644 index 0000000..91407c7 --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +alias r := run +alias t := test + +run: + cd rte; cargo run + +test: + cargo test