summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tokio-macros/Cargo.toml1
-rw-r--r--tokio-test/Cargo.toml1
-rw-r--r--tokio-util/Cargo.toml1
3 files changed, 0 insertions, 3 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 021a98c3..63100e3f 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -18,7 +18,6 @@ description = """
Tokio's proc macros.
"""
categories = ["asynchronous"]
-publish = false
[lib]
proc-macro = true
diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml
index 311d40de..b0c00e7c 100644
--- a/tokio-test/Cargo.toml
+++ b/tokio-test/Cargo.toml
@@ -18,7 +18,6 @@ description = """
Testing utilities for Tokio- and futures-based code
"""
categories = ["asynchronous", "testing"]
-publish = false
[dependencies]
tokio = { version = "0.3.0", path = "../tokio", features = ["rt", "stream", "sync", "time", "test-util"] }
diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml
index 7a235b58..11419951 100644
--- a/tokio-util/Cargo.toml
+++ b/tokio-util/Cargo.toml
@@ -18,7 +18,6 @@ description = """
Additional utilities for working with Tokio.
"""
categories = ["asynchronous"]
-publish = false
[features]
# No features on by default