diff options
author | Muhammad Mominul Huque <[email protected]> | 2018-10-26 14:08:21 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-31 20:39:21 +0000 |
commit | d14610dab4b4fedee7a0d8f1739eb3e0691984c1 (patch) | |
tree | d022f3a2e3afc8cb56cb8b4d49fc5e8dab1abcf6 /.cargo/config | |
parent | 9b9fc135d6763b403dcf2455c35251d5c36d83e5 (diff) |
initial implementation
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index fd32471ea..c0be661fd 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -3,6 +3,7 @@ | |||
3 | gen-syntax = "run --package tools -- gen-syntax" | 3 | gen-syntax = "run --package tools -- gen-syntax" |
4 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
5 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |
6 | format = "run --package tools -- format" | ||
6 | 7 | ||
7 | render-test = "run --package ra_cli -- render-test" | 8 | render-test = "run --package ra_cli -- render-test" |
8 | parse = "run --package ra_cli -- parse" | 9 | parse = "run --package ra_cli -- parse" |