rust/.cargo/config
2018-10-16 21:17:19 +03:00

9 lines
319 B
Plaintext

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