From 6983091d6d255bcfd17c4f8c14015d8abc77928d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Jul 2018 14:06:22 +0300 Subject: Cleanup tools --- .cargo/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index 7d89cf490..1898d28d3 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,4 @@ [alias] parse = "run --package tools --bin parse" -gen = "run --package tools --bin gen" -collect-tests = "run --package tools --bin collect-tests --" +gen-kinds = "run --package tools -- gen-kinds" +gen-tests = "run --package tools -- gen-tests" -- cgit v1.2.3