aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-14 17:44:40 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-14 17:44:40 -0500
commitae7718447d24ea0517e7154873c2b55fdd89538d (patch)
treeb51390fdd22940624ad84dfd2f1d82f0480f4284 /Cargo.toml
parent826f85eeed936137a0535a217df03e0fa7bc84f7 (diff)
downloadpty-process-ae7718447d24ea0517e7154873c2b55fdd89538d.tar.gz
pty-process-ae7718447d24ea0517e7154873c2b55fdd89538d.zip
drop thiserror
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 158fed6..fc9de8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,6 @@ license = "MIT"
[dependencies]
libc = "0.2.107"
nix = "0.23.0"
-thiserror = "1.0.30"
async-io = { version = "1.6.0", optional = true }
async-process = { version = "1.3.0", optional = true }