diff --git a/Cargo.toml b/Cargo.toml index c6e2d6f854..e1070f760e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/Byron/google-apis-rs" license = "MIT/Apache-2.0" keywords = ["youtube", "google", "protocol", "not-for-use"] edition = "2018" +publish = false [lib] # The common client code, used by all generated implementations @@ -28,4 +29,4 @@ serde_derive = "1" strsim = "*" tokio = "^ 1.0" hyper-rustls = "^0.22" -itertools = "^ 0.10" \ No newline at end of file +itertools = "^ 0.10"