aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-10-24 23:27:32 -0700
committeriximeow <me@iximeow.net>2017-10-24 23:27:32 -0700
commit7f71f824801950b11ff6dcab9eb45549fbe4dce6 (patch)
tree71d1c589254fad0ce578262532118da11a6296e6 /Cargo.toml
parentc2608157f343ac16592e626536673b16849382ee (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"