Files
google-apis-rs/etc/api/type-cli.yaml
Sebastian Thiel be7d8214c1 feat(api): api generation works once again
With the new structure, it should be easy to add CLI programs with
proper dependencies accordingly.
2015-03-24 09:38:14 +01:00

12 lines
209 B
YAML

make:
target_suffix: -cli
depends_on: api
templates:
- source: ../LICENSE.md
- source: ../Cargo.toml
- source: main.rs
output_dir: src
cargo:
build_version: "0.0.1"
keywords: [cli]