aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
blob: fd32471ea43268f50b4001804261616a95a21ae3 (plain)
1
2
3
4
5
6
7
8
[alias]
# Automatically generates the ast and syntax kinds files
gen-syntax =    "run --package tools -- gen-syntax"
gen-tests =    "run --package tools -- gen-tests"
install-code = "run --package tools -- install-code"

render-test = "run --package ra_cli -- render-test"
parse =       "run --package ra_cli -- parse"