diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index c0be661fd..79f1dc389 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -4,6 +4,7 @@ gen-syntax = "run --package tools -- gen-syntax" | |||
4 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
5 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |
6 | format = "run --package tools -- format" | 6 | format = "run --package tools -- format" |
7 | format-hook = "run --package tools -- format-hook" | ||
7 | 8 | ||
8 | render-test = "run --package ra_cli -- render-test" | 9 | render-test = "run --package ra_cli -- render-test" |
9 | parse = "run --package ra_cli -- parse" | 10 | parse = "run --package ra_cli -- parse" |