aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a71c25689d69ebe3f1dd5d9b32670cdf26224593 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "pty-process"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
nix = "0.17"
thiserror = "1.0"