From 359ccda66cdda3a88907e51014aa52473ac46605 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 15:28:58 -0400 Subject: move process out to a separate crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4c0c10d..1e93dc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ reqwest = "0.9.22" serde = "1" snafu = { version = "0.5", features = ["rust_1_30", "futures-01"], default_features = false } tokio = { version = "0.1.22", features = ["codec", "fs", "io", "reactor", "rt-full", "sync", "tcp", "timer"], default_features = false } -tokio-pty-process = "0.4" +tokio-pty-process-stream = "0.1" tokio-signal = "0.2" tokio-tls = "0.2" twoway = "0.2" -- cgit v1.2.3-54-g00ecf