Add previously missed changes, CI will be happy.

This commit is contained in:
Sebastian Thiel
2021-04-01 22:12:46 +08:00
parent 11fae8353b
commit 0086b481ea
2 changed files with 8 additions and 7 deletions

View File

@@ -2,13 +2,13 @@ api:
base_path: "etc/api"
properties:
# additional fields specified by the user
params: '_additional_params'
params: "_additional_params"
# custom scopes for authentication
scopes: '_scopes'
scopes: "_scopes"
make:
id: api
target_name: APIs
target_suffix: ''
target_suffix: ""
aggregated_target_suffix: -api
depends_on_suffix:
global_targets: Yes
@@ -26,4 +26,5 @@ cargo:
keywords: [protocol, web, api]
doc_base_url: https://docs.rs
dependencies:
- hyper = "^ 0.14"
- url = "= 1.7"

View File

@@ -11,8 +11,8 @@ make:
target_name: CLIs
target_suffix: -cli
aggregated_target_suffix: -cli
depends_on_suffix: ''
depends_on_id: 'api'
depends_on_suffix: ""
depends_on_id: "api"
documentation_engine: mkdocs
templates:
- source: ../LICENSE.md
@@ -28,6 +28,6 @@ cargo:
doc_base_url: http://byron.github.io/google-apis-rs
dependencies:
- strsim = "^0.5"
- hyper-rustls = "^0.6"
- yup-hyper-mock = "^2.0"
- clap = "^2.0"
- hyper = { version = "0.14", features = ["full"] }
- tokio = { version = "^ 1.0", features = ["full"] }