rust/.cargo/config

8 lines
242 B
Text
Raw Normal View History

2018-02-03 10:51:06 +01:00
[alias]
2018-07-30 13:06:22 +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-07-30 15:16:58 +02:00
render-test = "run --package cli -- render-test"
parse = "run --package cli -- parse"