mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-02 01:20:02 +01:00
14 lines
262 B
YAML
14 lines
262 B
YAML
make:
|
|
target_name: CLIs
|
|
target_suffix: -cli
|
|
aggregated_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]
|