]> git.lizzy.rs Git - rust.git/blob - .cargo/config
Reimplement format-hook using a rust binary
[rust.git] / .cargo / config
1 [alias]
2 # Automatically generates the ast and syntax kinds files
3 gen-syntax =   "run --package tools --bin tools -- gen-syntax"
4 gen-tests =    "run --package tools --bin tools -- gen-tests"
5 install-code = "run --package tools --bin tools -- install-code"
6 format =       "run --package tools --bin tools -- format"
7 format-hook =  "run --package tools --bin tools -- format-hook"
8
9 render-test =  "run --package ra_cli -- render-test"
10 parse =        "run --package ra_cli -- parse"