rust/.cargo/config
2018-10-04 21:43:58 +01:00

9 lines
317 B
Plaintext

[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"