process: Remove dependency on tokio-core

This commit is contained in:
Ivan Petkov
2019-06-24 16:56:52 -07:00
parent e6b044a820
commit 8270965459
5 changed files with 63 additions and 61 deletions
-1
View File
@@ -1,6 +1,5 @@
extern crate env_logger;
extern crate futures;
extern crate tokio_core;
extern crate tokio_process;
use std::env;