aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-26 22:06:02 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-26 22:06:02 -0800
commitd193f2bc3dd883851f9149f1564a6d1904525914 (patch)
tree3cbeb2196dd01290469365bc89686b40960796e1 /Cargo.toml
parente4925f0311574cd954909695bb587902179f8680 (diff)
wrap lines intelligently with respect to ANSI sequences
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 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"