rust-analyzer/.cargo/config

8 lines
242 B
Text
Raw Normal View History

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