summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-11-03 06:58:30 +0100
committerBert Belder <bertbelder@gmail.com>2018-11-03 07:42:24 +0100
commitb9914c31139546336beed45b4764777fd6a5fcd3 (patch)
tree3c77f3daadd3b96f12b9936d329e51f2d56a9634 /src
parenta244c1627031462cd595ca7985b23f9ffe5edf59 (diff)
third_party: add tokio-process Rust crate and its dependencies
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
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;