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' +