mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
rename google-api-client to google-apis-common
This commit is contained in:
@@ -35,7 +35,7 @@ serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
% if 'is_executable' not in cargo:
|
||||
google-api-client = { path = "../../google-api-client" }
|
||||
google-apis-common = { path = "../../google-apis-common", version = "4.0" }
|
||||
% endif
|
||||
% for dep in cargo.get('dependencies', list()):
|
||||
${dep}
|
||||
|
||||
@@ -43,7 +43,7 @@ ${lib.docs(c)}
|
||||
// Re-export the hyper and hyper_rustls crate, they are required to build the hub
|
||||
pub use hyper;
|
||||
pub use hyper_rustls;
|
||||
pub extern crate google_api_client as client;
|
||||
pub extern crate google_apis_common as client;
|
||||
|
||||
pub mod api;
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
//! This file serves on purpose and is an artifact of the buildsystem.
|
||||
//! Its content can now be found in the `google-api-client` crate.
|
||||
//! Its content can now be found in the `google-apis-common` crate.
|
||||
@@ -22,7 +22,7 @@ extern crate strsim;
|
||||
|
||||
// just pull it in the check if it compiles
|
||||
mod cli;
|
||||
use google_api_client as api;
|
||||
use google_apis_common as api;
|
||||
|
||||
/// This module is for testing only, its code is used in mako templates
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user