aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-21 14:01:56 -0700
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-21 14:01:56 -0700
commitfaa5864206ad8ab315ae12fb925386c6b76b1a90 (patch)
treee36dcec922dcc81f2f5cd2833c10eca21fb85645 /Cargo.toml
parentb31cd05328e78f01ec053a8ff60b6db8a92891a1 (diff)
begin conversion to typed TwitterID
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..ecc2ffe 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"