rust/.cargo/config
2018-12-09 10:41:42 +00:00

10 lines
419 B
Text

[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"
format = "run --package tools -- format"
format-hook = "run --package tools -- format-hook"
render-test = "run --package ra_cli -- render-test"
parse = "run --package ra_cli -- parse"