diff options
| author | Yuval Adam <_@yuv.al> | 2018-07-17 22:59:24 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-07-17 22:59:24 +0300 |
| commit | c3ea11e82d856817d123ea4a9a9d3576b17817a7 (patch) | |
| tree | 6554caa4d5ba3ad1729bad37420e136139714d42 /Cargo.toml | |
| parent | f0508f43937f1ec8b46d1428602c333f615aa607 (diff) | |
First round of runtime refactoring
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ indoc = "0.2" regex = "1" termios = "0.3.0" tokio-fs = "0.1.2" -tokio-io = "0.1.7"
\ No newline at end of file +tokio-io = "0.1.7" +tokio = "0.1.7" |
