summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 21:22:14 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 21:22:14 -0500
commit611e2bde934fccf0b66df089965d18051c76d6a0 (patch)
tree767c09bd416fa6ffcd818aea6613a4b3be4f8fda /Cargo.toml
parent0f783d9f9fcc1df1d94d7229c126a03357ad528a (diff)
downloadnbsh-611e2bde934fccf0b66df089965d18051c76d6a0.tar.gz
nbsh-611e2bde934fccf0b66df089965d18051c76d6a0.zip
try to avoid displaying invalid data
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 c4ea4d8..e887c1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,9 @@ pty-process = { version = "0.1.1", features = ["backend-async-std"] }
signal-hook = "0.3.10"
signal-hook-async-std = "0.2.1"
terminal_size = "0.1.17"
-textmode = { version = "0.2.2", features = ["async"] }
+textmode = { path = "../textmode", version = "0.2.2", features = ["async"] }
unicode-width = "0.1.9"
users = "0.11.0"
-vt100 = "0.14.0"
+vt100 = { path = "../vt100-rust", version = "0.14.0" }
[features]