rust/.cargo/config

8 lines
260 B
Text
Raw Normal View History

2018-02-03 10:51:06 +01:00
[alias]
2018-09-16 11:54:24 +02:00
gen-kinds = "run --package tools -- gen-kinds"
gen-tests = "run --package tools -- gen-tests"
2018-07-30 21:17:33 +02:00
install-code = "run --package tools -- install-code"
2018-09-16 11:54:24 +02:00
render-test = "run --package ra_cli -- render-test"
parse = "run --package ra_cli -- parse"