From b9914c31139546336beed45b4764777fd6a5fcd3 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 3 Nov 2018 06:58:30 +0100 Subject: third_party: add tokio-process Rust crate and its dependencies --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b7efd40af..c616c40d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,6 +13,7 @@ extern crate tokio; extern crate tokio_executor; extern crate tokio_fs; extern crate tokio_io; +extern crate tokio_process; extern crate tokio_threadpool; extern crate url; -- cgit v1.2.3