rust/.cargo/config
2018-07-30 22:17:33 +03:00

7 lines
242 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 cli -- render-test"
parse = "run --package cli -- parse"