rust/.cargo/config

11 lines
419 B
Plaintext
Raw Normal View History

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