aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config
blob: ac7470c7e37264e67a34fb6d798c7c255fcd874c (plain)
1
2
3
4
5
6
7
8
[alias]
# Automatically generates the ast and syntax kinds files
gen-kinds =    "run --package tools -- gen-kinds"
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"