aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 07:13:31 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 07:13:31 -0400
commit2ce0c12ab0bf89d109a25f782b3498a1c040acd5 (patch)
treef2778556d99955823053d057f22766ef97bd4ebe /Cargo.toml
parentba0e2dc03dde771f604d9e1d98a44ef744c1b6d4 (diff)
downloadtokio-pty-process-stream-2ce0c12ab0bf89d109a25f782b3498a1c040acd5.tar.gz
tokio-pty-process-stream-2ce0c12ab0bf89d109a25f782b3498a1c040acd5.zip
copy over implementation from teleterm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e359b56..869c550 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,10 @@ 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]
+component-future = "0.1"
+futures = "0.1"
+log = "0.4"
+snafu = "0.5"
+tokio = "0.1.22"
+tokio-pty-process = "0.4"