diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..c3046d7 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[alias] +watch-check = ["watch", "-x", "check --examples --all-features"] +watch-test = ["watch", "-x", "test --all-features -- --skip=src/lib.rs", "-w", "src"]