From bdd50303ba53346818c974076fff75b2e974a1e2 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Fri, 26 Jul 2024 18:23:39 +0200 Subject: [PATCH] ci: add justfile --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..da97f56 --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ +export RUST_BACKTRACE := "1" +export RUST_LOG := "trace" + +watch-run: + cargo-watch -x 'run -- --config config.yaml' +