From 3dcbe614595aad442af23d5628322382fe788ffd Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 29 Apr 2024 10:22:21 +0800 Subject: [PATCH] add justfile --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..bec3a0b --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +#!/usr/bin/env -S just --justfile + +_default: + @just --list -u + +watch command: + cargo watch -x '{{command}}'