diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.cargo/config b/.cargo/config index 79f1dc389..afb569b75 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,10 +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 -- gen-syntax" |
4 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
5 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |
6 | format = "run --package tools -- format" | 6 | format = "run --package tools -- format" |
7 | format-hook = "run --package tools -- format-hook" | 7 | format-hook = "run --package tools -- format-hook" |
8 | 8 | ||
9 | render-test = "run --package ra_cli -- render-test" | 9 | render-test = "run --package ra_cli -- render-test" |
10 | parse = "run --package ra_cli -- parse" | 10 | parse = "run --package ra_cli -- parse" |