mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
Also version specifications in dependencies were chosen to provide maximum flexibility for users of the libraries. CLIs on the other hand specify last known-to-work major and minor versions to prevent breakage
33 lines
785 B
YAML
33 lines
785 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.in
|
|
output_dir: src
|
|
- source: lib.rs
|
|
output_dir: src
|
|
- source: build.rs
|
|
output_dir: src
|
|
cargo:
|
|
build_version: "0.1.10"
|
|
build_script: src/build.rs
|
|
keywords: [protocol, web, api]
|
|
dependencies:
|
|
- url = ">= 0.5"
|