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

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