aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-25 06:15:25 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-25 06:15:25 -0400
commitc8c0dbaba82bd53b7d311a7ba1fe97474e2f398e (patch)
treee8bfa0945071e108c7c80958f3fa4ec5be39c18c /Cargo.toml
parentddcf694b9affe8f4c13c5012b9b59699704de388 (diff)
downloadttyrec-c8c0dbaba82bd53b7d311a7ba1fe97474e2f398e.tar.gz
ttyrec-c8c0dbaba82bd53b7d311a7ba1fe97474e2f398e.zip
copy over implementation from teleterm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 57f1c49..59166a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
+futures = "0.1.29"
+snafu = "0.5"
+tokio = "0.1.22"