aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-14 16:55:26 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-14 16:58:41 -0500
commitb909e76e10695a869313c549753326d6831e2051 (patch)
tree1969568046ed19b42920c9bad7cb44e28ed79dc9 /Cargo.toml
parenta64ff2d9f5e3ff26910ae7cebb857deeb11d1def (diff)
downloadtextmode-b909e76e10695a869313c549753326d6831e2051.tar.gz
textmode-b909e76e10695a869313c549753326d6831e2051.zip
drop thiserror dep
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 c8c7700..1dd1f26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ license = "MIT"
itoa = "0.4.8"
nix = "0.23.0"
terminal_size = "0.1.17"
-thiserror = "1.0.30"
vt100 = "0.14.0"
blocking = { version = "1.1.0", optional = true }