From 7b4f6239cea0776c1bfc627808f5cfb070883543 Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Mon, 17 Mar 2025 19:14:13 +0000 Subject: [PATCH] Add just support --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 justfile 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