Add rerun_except crate to prevent building when .asm files are changed

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-25 13:44:15 -05:00
parent 795a890502
commit aff2da591b
3 changed files with 121 additions and 0 deletions

View File

@@ -23,3 +23,4 @@ regex = "*"
cfgrammar = "0.6"
lrlex = "0.6"
lrpar = "0.6"
rerun_except = "0.1"