ci: add justfile

This commit is contained in:
Matthieu Bessat 2024-07-26 18:23:39 +02:00
parent b7df4f9ae2
commit bdd50303ba

6
justfile Normal file
View file

@ -0,0 +1,6 @@
export RUST_BACKTRACE := "1"
export RUST_LOG := "trace"
watch-run:
cargo-watch -x 'run -- --config config.yaml'