aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-16 03:43:20 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-16 03:43:20 -0400
commit06e90f8e12f207b65df99e93b6a6ef27c999a137 (patch)
tree6421223fab19a1e229301b2c393403352a0fbc46 /Cargo.toml
parent667878c1e186907b57b22b07b9f6d0e3ef76252a (diff)
downloadpty-process-06e90f8e12f207b65df99e93b6a6ef27c999a137.tar.gz
pty-process-06e90f8e12f207b65df99e93b6a6ef27c999a137.zip
allow setting the terminal size
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a71c256..d1673b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,6 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
[dependencies]
+libc = "*"
nix = "0.17"
thiserror = "1.0"