From d193f2bc3dd883851f9149f1564a6d1904525914 Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sun, 26 Nov 2017 22:06:02 -0800 Subject: wrap lines intelligently with respect to ANSI sequences --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 78a38c5..b37cf52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ a nice twitter [[bin]] name = "twidder" # path = "main.rs" -test = false -bench = false +#test = false +#bench = false [dependencies] "termios" = "0.2.2" -- cgit v1.1