diff options
author | Aleksey Kladov <[email protected]> | 2018-07-30 12:06:22 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-30 12:06:22 +0100 |
commit | 6983091d6d255bcfd17c4f8c14015d8abc77928d (patch) | |
tree | 153359a05ca3fd887b59fe47ee84a60be0e6dfaf /.cargo/config | |
parent | 9a4957d143397256dc04f715660f758a65fcb9d1 (diff) |
Cleanup tools
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cargo/config b/.cargo/config index 7d89cf490..1898d28d3 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,4 +1,4 @@ | |||
1 | [alias] | 1 | [alias] |
2 | parse = "run --package tools --bin parse" | 2 | parse = "run --package tools --bin parse" |
3 | gen = "run --package tools --bin gen" | 3 | gen-kinds = "run --package tools -- gen-kinds" |
4 | collect-tests = "run --package tools --bin collect-tests --" | 4 | gen-tests = "run --package tools -- gen-tests" |