mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 09:58:13 +01:00
With the new structure, it should be easy to add CLI programs with proper dependencies accordingly.
12 lines
209 B
YAML
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]
|