feat(cli): can now be published

This works as the API version is now explicitly specified,
allowing cargo-publish to work as usual.
This commit is contained in:
Sebastian Thiel
2016-09-11 13:13:09 +02:00
parent c4c49015f5
commit 91a657b8cf
5 changed files with 14 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ make:
target_suffix: -cli
aggregated_target_suffix: -cli
depends_on_suffix: ''
depends_on_id: 'api'
documentation_engine: mkdocs
templates:
- source: ../LICENSE.md