summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2019-04-23 23:17:57 -0400
committerCarl Lerche <me@carllerche.com>2019-04-23 20:17:57 -0700
commite5cf0cc717396d8131e3c8825667648fd7f17013 (patch)
treed389306a51b9e5d6b14aada2981f3a4075852489 /Cargo.toml
parent62f34e15ce6294f6273c33548772a70d76f2ea61 (diff)
Introduce `tokio-test` crate (#1030)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1c403e43..e368c8ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ members = [
"tokio-reactor",
"tokio-signal",
"tokio-sync",
+ "tokio-test",
"tokio-threadpool",
"tokio-timer",
"tokio-tcp",