rust/.cargo/config

9 lines
319 B
Plaintext
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
2018-10-16 20:09:22 +02:00
gen-syntax = "run --package tools -- gen-syntax"
2018-09-16 11:54:24 +02:00
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"