rust/.cargo/config

11 lines
479 B
Text
Raw Normal View History

2018-02-03 10:51:06 +01:00
[alias]
2018-10-04 22:43:58 +02:00
# Automatically generates the ast and syntax kinds files
gen-syntax = "run --package tools --bin tools -- gen-syntax"
gen-tests = "run --package tools --bin tools -- gen-tests"
install-code = "run --package tools --bin tools -- install-code"
format = "run --package tools --bin tools -- format"
format-hook = "run --package tools --bin tools -- format-hook"
2018-07-30 21:17:33 +02:00
2018-12-09 11:41:42 +01:00
render-test = "run --package ra_cli -- render-test"
parse = "run --package ra_cli -- parse"