summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentf0508f43937f1ec8b46d1428602c333f615aa607 (diff)
First round of runtime refactoring
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 81d1427..bc65b8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -433,6 +433,7 @@ dependencies = [
"indoc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"termios 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]