prevent publishing of top-level manifest

This commit is contained in:
Sebastian Thiel
2021-08-31 07:51:04 +08:00
parent 81380a1988
commit 21914b2c4d

View File

@@ -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"
itertools = "^ 0.10"