aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-09 02:50:22 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-09 02:50:22 -0500
commit4fc328e1dfb79a2cba14f603a5dd175d6029f30f (patch)
tree7fe35ec3af05933529932c25912b7f3ec20565ec /Cargo.toml
parentdd845e949ac59e08bf12d0fcac8b4069c5c7645c (diff)
downloadtextmode-4fc328e1dfb79a2cba14f603a5dd175d6029f30f.tar.gz
textmode-4fc328e1dfb79a2cba14f603a5dd175d6029f30f.zip
add an error type
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 0ce270f..6fced2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2018"
itoa = "0.4"
nix = "0.20"
terminal_size = "0.1"
+thiserror = "1.0"
vt100 = "0.12"
blocking = { version = "1.0", optional = true }