diff options
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; |