mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-02 01:20:02 +01:00
Even though there is a bug that caues {} to be used in stead of
(),
when exanding macros, which causes syntax errors that we have to
workaround, it's not a real issue.
What's happening additionally is missing hyper macros, which
now have to be expanded manually. Shouldn't be a problem,
pretty-printing when compiling is made for just that ;).
No, it's sad that `include!()` works so badly, it makes
using serde so difficult ... it's no fun i must say.
Just for stable ... I am not sure if it is worth it."
32 lines
750 B
YAML
32 lines
750 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.7"
|
|
keywords: [protocol, web, api]
|
|
dependencies:
|
|
- url = "*"
|