aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-24 23:27:32 -0700
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-24 23:27:32 -0700
commit580f44092358cc260db00ec9871caecac62de361 (patch)
tree71d1c589254fad0ce578262532118da11a6296e6 /Cargo.toml
parentaaed866268616b145026dea6e40b5ab5d57c79c0 (diff)
add display
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 ecc2ffe..78a38c5 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"