diff options
author | Aleksey Kladov <[email protected]> | 2018-07-30 20:17:33 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-30 20:17:33 +0100 |
commit | 72d49c5a107efdd6a2900183939935f0f6d13d5b (patch) | |
tree | 7d9a27b0e981d879e81faf4d042d2419625609dc /.cargo/config | |
parent | ac0d8c48f7a277d4a43448fe7dd4279383bc53f0 (diff) |
cmd to install code extension
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index 7903b919c..0e9e0f387 100644 --- a/.cargo/config +++ b/.cargo/config | |||
@@ -1,5 +1,7 @@ | |||
1 | [alias] | 1 | [alias] |
2 | gen-kinds = "run --package tools -- gen-kinds" | 2 | gen-kinds = "run --package tools -- gen-kinds" |
3 | gen-tests = "run --package tools -- gen-tests" | 3 | gen-tests = "run --package tools -- gen-tests" |
4 | install-code = "run --package tools -- install-code" | ||
5 | |||
4 | render-test = "run --package cli -- render-test" | 6 | render-test = "run --package cli -- render-test" |
5 | parse = "run --package cli -- parse" | 7 | parse = "run --package cli -- parse" |