changeset 193:ab3038576d40

Extend comment on dependencies.
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 29 Jan 2021 14:18:49 +0100
parents 4dfa0a94595c
children eb5b88050fe6
files example_crates/drive_example/src/drive_v3_types.rs example_crates/gcs_example/src/storage_v1_types.rs example_crates/youtube_example/src/youtube_v3_types.rs generate/templates.py
diffstat 4 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/example_crates/drive_example/src/drive_v3_types.rs	Fri Jan 29 14:04:23 2021 +0100
+++ b/example_crates/drive_example/src/drive_v3_types.rs	Fri Jan 29 14:18:49 2021 +0100
@@ -9,6 +9,9 @@
 //! and contain methods to interact with an API. The remaining types are used by those methods
 //! and can be explored starting from a method you want to use.
 //!
+//! The generated code's dependencies are in the `async-google-apis-common` crate. The main
+//! dependencies are hyper, yup-oauth2 (for OAuth authentication), and serde.
+//!
 //! I'd be happy if you let me know about your use case of this code.
 //!
 //! THIS FILE HAS BEEN GENERATED -- SAVE ANY MODIFICATIONS BEFORE REPLACING.
--- a/example_crates/gcs_example/src/storage_v1_types.rs	Fri Jan 29 14:04:23 2021 +0100
+++ b/example_crates/gcs_example/src/storage_v1_types.rs	Fri Jan 29 14:18:49 2021 +0100
@@ -9,6 +9,9 @@
 //! and contain methods to interact with an API. The remaining types are used by those methods
 //! and can be explored starting from a method you want to use.
 //!
+//! The generated code's dependencies are in the `async-google-apis-common` crate. The main
+//! dependencies are hyper, yup-oauth2 (for OAuth authentication), and serde.
+//!
 //! I'd be happy if you let me know about your use case of this code.
 //!
 //! THIS FILE HAS BEEN GENERATED -- SAVE ANY MODIFICATIONS BEFORE REPLACING.
--- a/example_crates/youtube_example/src/youtube_v3_types.rs	Fri Jan 29 14:04:23 2021 +0100
+++ b/example_crates/youtube_example/src/youtube_v3_types.rs	Fri Jan 29 14:18:49 2021 +0100
@@ -9,6 +9,9 @@
 //! and contain methods to interact with an API. The remaining types are used by those methods
 //! and can be explored starting from a method you want to use.
 //!
+//! The generated code's dependencies are in the `async-google-apis-common` crate. The main
+//! dependencies are hyper, yup-oauth2 (for OAuth authentication), and serde.
+//!
 //! I'd be happy if you let me know about your use case of this code.
 //!
 //! THIS FILE HAS BEEN GENERATED -- SAVE ANY MODIFICATIONS BEFORE REPLACING.
--- a/generate/templates.py	Fri Jan 29 14:04:23 2021 +0100
+++ b/generate/templates.py	Fri Jan 29 14:18:49 2021 +0100
@@ -11,6 +11,9 @@
 //! and contain methods to interact with an API. The remaining types are used by those methods
 //! and can be explored starting from a method you want to use.
 //!
+//! The generated code's dependencies are in the `async-google-apis-common` crate. The main
+//! dependencies are hyper, yup-oauth2 (for OAuth authentication), and serde.
+//!
 //! I'd be happy if you let me know about your use case of this code.
 //!
 //! THIS FILE HAS BEEN GENERATED -- SAVE ANY MODIFICATIONS BEFORE REPLACING.