diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cargo/config b/.cargo/config index 1898d28d3..7903b919c 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,4 +1,5 @@ | |||
1 | [alias] | 1 | [alias] |
2 | parse = "run --package tools --bin parse" | ||
3 | gen-kinds = "run --package tools -- gen-kinds" | 2 | gen-kinds = "run --package tools -- gen-kinds" |
4 | gen-tests = "run --package tools -- gen-tests" | 3 | gen-tests = "run --package tools -- gen-tests" |
4 | render-test = "run --package cli -- render-test" | ||
5 | parse = "run --package cli -- parse" | ||