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:
@@ -16,7 +16,7 @@ make:
|
||||
templates:
|
||||
# all output directories are relative to the one set for the respective API
|
||||
- source: README.md
|
||||
- source: LICENSE.md
|
||||
- source: ../LICENSE.md
|
||||
- source: ../Cargo.toml
|
||||
- source: lib.rs
|
||||
output_dir: src
|
||||
@@ -1,7 +1,9 @@
|
||||
make:
|
||||
target_suffix: cli
|
||||
target_suffix: -cli
|
||||
depends_on: api
|
||||
templates:
|
||||
- source: ../LICENSE.md
|
||||
- source: ../Cargo.toml
|
||||
- source: main.rs
|
||||
output_dir: src
|
||||
cargo:
|
||||
Reference in New Issue
Block a user