diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.cargo/config b/.cargo/config index c0be661fd..c319d33f2 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,9 +1,10 @@ | |||
1 | [alias] | 1 | [alias] |
2 | # Automatically generates the ast and syntax kinds files | 2 | # Automatically generates the ast and syntax kinds files |
3 | gen-syntax = "run --package tools -- gen-syntax" | 3 | gen-syntax = "run --package tools --bin tools -- gen-syntax" |
4 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools --bin tools -- gen-tests" |
5 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools --bin tools -- install-code" |
6 | format = "run --package tools -- format" | 6 | format = "run --package tools --bin tools -- format" |
7 | format-hook = "run --package tools --bin 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" |