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