rust/.cargo/config

8 lines
242 B
Plaintext
Raw Normal View History

2018-02-03 12:51:06 +03:00
[alias]
2018-07-30 14:06:22 +03:00
gen-kinds = "run --package tools -- gen-kinds"
gen-tests = "run --package tools -- gen-tests"
2018-07-30 22:17:33 +03:00
install-code = "run --package tools -- install-code"
2018-07-30 16:16:58 +03:00
render-test = "run --package cli -- render-test"
parse = "run --package cli -- parse"