aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 869c550da18bb3eb1ccacf422f46ede1da0fa8aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"