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 /Cargo.toml | |
| parent | a244c1627031462cd595ca7985b23f9ffe5edf59 (diff) | |
third_party: add tokio-process Rust crate and its dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6c70dbe73..869a63c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,6 @@ tokio = "0.1.11" tokio-executor = "0.1.5" tokio-fs = "0.1.4" tokio-io = "0.1.10" +tokio-process = "0.2.3" tokio-threadpool = "0.1.8" url = "1.7.1" |
