aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1d7e7d32d70dc925a2b8db515767875853602092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "tokio-pty-process-stream"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
component-future = "0.1"
futures = "0.1"
log = "0.4"
snafu = "0.5"
tokio = "0.1.22"
tokio-pty-process = "0.4"

[dev-dependencies]
crossterm = "0.11"
lazy_static = "1"
mio = "0.6"
regex = "1"