mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-28 23:27:19 +01:00
the top level module re-exports a few very common items like the hub struct of the particular API and Result, Error, and Delegate. Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
30 lines
713 B
YAML
30 lines
713 B
YAML
api:
|
|
base_path: "etc/api"
|
|
properties:
|
|
# additional fields specified by the user
|
|
params: '_additional_params'
|
|
# custom scopes for authentication
|
|
scopes: '_scopes'
|
|
make:
|
|
id: api
|
|
target_name: APIs
|
|
target_suffix: ''
|
|
aggregated_target_suffix: -api
|
|
depends_on_suffix:
|
|
global_targets: Yes
|
|
documentation_engine: rustdoc
|
|
templates:
|
|
# all output directories are relative to the one set for the respective API
|
|
- source: README.md
|
|
- source: ../LICENSE.md
|
|
- source: ../Cargo.toml
|
|
- source: lib.rs
|
|
output_dir: src
|
|
- source: api.rs
|
|
output_dir: src
|
|
cargo:
|
|
keywords: [protocol, web, api]
|
|
doc_base_url: https://docs.rs
|
|
dependencies:
|
|
- url = "= 1.7"
|