diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-11-03 06:58:30 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-11-03 07:42:24 +0100 |
commit | b9914c31139546336beed45b4764777fd6a5fcd3 (patch) | |
tree | 3c77f3daadd3b96f12b9936d329e51f2d56a9634 /src | |
parent | a244c1627031462cd595ca7985b23f9ffe5edf59 (diff) |
third_party: add tokio-process Rust crate and its dependencies
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
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; |