summaryrefslogtreecommitdiffstats
path: root/tokio-current-thread/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-current-thread/Cargo.toml')
-rw-r--r--tokio-current-thread/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tokio-current-thread/Cargo.toml b/tokio-current-thread/Cargo.toml
index af54d114..f25a59c8 100644
--- a/tokio-current-thread/Cargo.toml
+++ b/tokio-current-thread/Cargo.toml
@@ -24,4 +24,6 @@ publish = false
[dependencies]
tokio-executor = { version = "0.2.0", path = "../tokio-executor" }
-futures = "0.1.19"
+
+[dev-dependencies]
+tokio-sync = { version = "0.2.0", path = "../tokio-sync" }