rust/.cargo/config
2018-02-03 22:34:35 +03:00

5 lines
149 B
Plaintext

[alias]
parse = "run --package tools --bin parse"
gen = "run --package tools --bin gen"
collect-tests = "run --package tools --bin collect-tests --"