mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(mako): now sets up entire project structure
That way, we have a common library to pull in from the main repository, and a space for testing new code (in a partial implementation). Next there will be generated object structures.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Contains values shared among all API implementations
|
||||
directories:
|
||||
# directory under which all generated sources should reside
|
||||
output: lib
|
||||
output: gen
|
||||
# how to get from `output` back to common library
|
||||
common: ../
|
||||
common: ..
|
||||
# where are all the API meta files
|
||||
api_base: etc/api
|
||||
# all mako source files
|
||||
@@ -18,7 +18,8 @@ api:
|
||||
- source: README.md
|
||||
- source: LICENSE.md
|
||||
- source: cargo.toml
|
||||
# output_dir: optional - not there if unset
|
||||
- source: lib.rs
|
||||
output_dir: src
|
||||
cargo:
|
||||
build_version: "0.0.1"
|
||||
repo_base_url: https://github.com/Byron/google-apis-rs
|
||||
|
||||
Reference in New Issue
Block a user