Replace coco with crossbeam (#185)

This commit is contained in:
Jeehoon Kang
2018-03-06 09:49:01 -08:00
committed by Carl Lerche
parent 687871d3e5
commit aa4b1b4311
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ categories = ["concurrency", "asynchronous"]
[dependencies]
tokio-executor = { version = "0.1", path = "../tokio-executor" }
futures = "0.1"
coco = "0.3"
crossbeam-deque = "0.3"
num_cpus = "1.2"
rand = "0.3"
log = "0.3"