mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
This allows us to build efficiently. CLI programs can now have their own cmn.rs implementation, which we can test standalone with `cargo test`. The primary makefile currently just explicitly pulls in the type-*.yaml, one day we could possibly put it into a loop. Fixes #11
15 lines
278 B
YAML
15 lines
278 B
YAML
make:
|
|
id: cli
|
|
target_name: CLIs
|
|
target_suffix: -cli
|
|
aggregated_target_suffix: -cli
|
|
depends_on_suffix: ''
|
|
templates:
|
|
- source: ../LICENSE.md
|
|
- source: ../Cargo.toml
|
|
- source: main.rs
|
|
output_dir: src
|
|
cargo:
|
|
build_version: "0.0.1"
|
|
keywords: [cli]
|