diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 7903b919c..0e9e0f387 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,5 +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" | ||
5 | |||
4 | render-test = "run --package cli -- render-test" | 6 | render-test = "run --package cli -- render-test" |
5 | parse = "run --package cli -- parse" | 7 | parse = "run --package cli -- parse" |