summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-05-13 16:14:32 -0400
committerDan Davison <dandavison7@gmail.com>2020-05-14 09:17:13 -0400
commit7e1a66f4ae3051186d1510fb1a05a41dd55f5c8e (patch)
tree1db0a46af233ea7662a743ad1f1d2a8cd97d77f2 /Cargo.toml
parent18c1d1a17ec5222e4c22fe307655e2fe2b7be0ef (diff)
Accept input lines as raw bytes and decode in main loop
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 9d7e34aa..96171ec8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ ansi_colours = "1.0.1"
ansi_term = "0.12.1"
atty = "0.2.14"
box_drawing = "0.1.2"
+bytelines = "2.2.2"
console = "0.11.2"
dirs = "2.0"
lazy_static = "1.4"