summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-17 22:59:24 +0300
committerYuval Adam <_@yuv.al>2018-07-17 22:59:24 +0300
commitc3ea11e82d856817d123ea4a9a9d3576b17817a7 (patch)
tree6554caa4d5ba3ad1729bad37420e136139714d42 /Cargo.toml
parentf0508f43937f1ec8b46d1428602c333f615aa607 (diff)
First round of runtime refactoring
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8b5602..d397f99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"