aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config13
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
3gen-syntax = "run --package tools -- gen-syntax" 3gen-syntax = "run --package tools --bin tools -- gen-syntax"
4gen-tests = "run --package tools -- gen-tests" 4gen-tests = "run --package tools --bin tools -- gen-tests"
5install-code = "run --package tools -- install-code" 5install-code = "run --package tools --bin tools -- install-code"
6format = "run --package tools -- format" 6format = "run --package tools --bin tools -- format"
7format-hook = "run --package tools --bin tools -- format-hook"
7 8
8render-test = "run --package ra_cli -- render-test" 9render-test = "run --package ra_cli -- render-test"
9parse = "run --package ra_cli -- parse" 10parse = "run --package ra_cli -- parse"