mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-30 08:08:50 +01:00
After minor modifications to pyratemp, it certainly does the job. What it **does NOT** do: * multiple outputs per template/command invocation * NICE embedding of code (like GSL can) It will do the job nonetheless, but mako might be worth a look
21 lines
566 B
YAML
21 lines
566 B
YAML
# Contains values shared among all API implementations
|
|
directories:
|
|
# directory under which all generated sources should reside
|
|
output: ./generated
|
|
# how to get from `output` back to common library
|
|
common: ../
|
|
# where are all the API meta files
|
|
api_base: ./etc/api
|
|
api:
|
|
list:
|
|
- name: youtube
|
|
version: v3
|
|
base_path: "etc/api"
|
|
cargo:
|
|
build_version: "0.0.1"
|
|
authors:
|
|
- Sebastian Thiel <byronimo@gmail>
|
|
keywords: [google, protocol]
|
|
# All APIs should live in the same repository
|
|
repository_url: https://github.com/Byron/youtube-rs
|