diff options
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cargo/config b/.cargo/config index 0e9e0f387..767045bdb 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,7 +1,7 @@ | |||
1 | [alias] | 1 | [alias] |
2 | gen-kinds = "run --package tools -- gen-kinds" | 2 | gen-kinds = "run --package tools -- gen-kinds" |
3 | gen-tests = "run --package tools -- gen-tests" | 3 | gen-tests = "run --package tools -- gen-tests" |
4 | install-code = "run --package tools -- install-code" | 4 | install-code = "run --package tools -- install-code" |
5 | 5 | ||
6 | render-test = "run --package cli -- render-test" | 6 | render-test = "run --package ra_cli -- render-test" |
7 | parse = "run --package cli -- parse" | 7 | parse = "run --package ra_cli -- parse" |