diff options
author | Aleksey Kladov <[email protected]> | 2018-02-03 09:51:06 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-02-03 09:51:06 +0000 |
commit | bb381a7ff7a21cad98d80005a81f2586684f80a0 (patch) | |
tree | 5163533d7f4814b8c716e3549660494ce5291853 /.cargo/config | |
parent | 6d9753bf548b22ab1a54462f72c9c0bf4ff69382 (diff) |
Move tools to a separate package
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 000000000..1ebc0f748 --- /dev/null +++ b/.cargo/config | |||
@@ -0,0 +1,3 @@ | |||
1 | [alias] | ||
2 | parse = "run --package tools --bin parse" | ||
3 | gen = "run --package tools --bin gen" | ||