mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(api): api generation works once again
With the new structure, it should be easy to add CLI programs with proper dependencies accordingly.
This commit is contained in:
11
etc/api/type-cli.yaml
Normal file
11
etc/api/type-cli.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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]
|
||||
Reference in New Issue
Block a user