From 19d831c5b1d56070c193d0c8310272f34ad3160d Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 19:50:10 -0500 Subject: Stuff --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Justfile (limited to 'Justfile') diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..e3e37c2 --- /dev/null +++ b/Justfile @@ -0,0 +1,4 @@ +set shell := ["cmd.exe", "/c"] + +build: + cargo install --path . --debug --target-dir target \ No newline at end of file -- cgit v1.2.3