diff --git a/justfile b/justfile new file mode 100644 index 00000000..14d0ddcd --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +# `cargo install just` +# https://github.com/casey/just + +codespell: + codespell -L crate -S target -C 10 -S mutants.out*