diff options
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 767045bdb..ac7470c7e 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,4 +1,5 @@ | |||
1 | [alias] | 1 | [alias] |
2 | # Automatically generates the ast and syntax kinds files | ||
2 | gen-kinds = "run --package tools -- gen-kinds" | 3 | gen-kinds = "run --package tools -- gen-kinds" |
3 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
4 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |