set publish to false, update meta links (#258)

This commit is contained in:
Sean McArthur
2019-06-06 13:58:22 -07:00
committed by Carl Lerche
parent dc961c3e78
commit 60aceba2bb
5 changed files with 9 additions and 8 deletions
+4 -3
View File
@@ -5,9 +5,8 @@ version = "0.5.0" # don't forget to update html_root_url
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
documentation = "https://carllerche.github.io/bytes/bytes"
homepage = "https://github.com/carllerche/bytes"
repository = "https://github.com/carllerche/bytes"
documentation = "https://docs.rs/bytes"
repository = "https://github.com/tokio-rs/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
exclude = [
@@ -19,6 +18,8 @@ exclude = [
]
categories = ["network-programming", "data-structures"]
publish = false
[package.metadata.docs.rs]
features = ["i128"]