aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-15 02:17:57 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-15 02:17:57 -0400
commit3d54d1f4cb7274280f4e01e101137e91f336bc5c (patch)
tree896ecd9b9bd8696c9818c0779cd1d35876adec84 /Cargo.toml
parent489a8198828be02c92da0c771ae0864915b08e7f (diff)
downloadpty-process-3d54d1f4cb7274280f4e01e101137e91f336bc5c.tar.gz
pty-process-3d54d1f4cb7274280f4e01e101137e91f336bc5c.zip
start of an implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ae4a09..a71c256 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
+nix = "0.17"
+thiserror = "1.0"