remove crossbeam-channel

This commit is contained in:
Henrik Friedrichsen
2019-02-26 23:32:09 +01:00
parent 212132c2c3
commit 862f835164
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ authors = ["Henrik Friedrichsen <henrik@affekt.org>"]
[dependencies]
cursive = "0.10"
crossbeam-channel = "0.2"
env_logger = "0.5.13"
failure = "0.1.3"
futures = "0.1"

View File

@@ -1,4 +1,3 @@
extern crate crossbeam_channel;
extern crate cursive;
extern crate failure;
extern crate futures;