rust/.cargo/config
2018-09-16 13:07:39 +03:00

7 lines
260 B
Text

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