aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-10-21 14:01:56 -0700
committeriximeow <me@iximeow.net>2017-10-21 14:01:56 -0700
commitaa3c4e239f4932de1d89a03bd6c9103957199dbf (patch)
treee36dcec922dcc81f2f5cd2833c10eca21fb85645 /Cargo.toml
parent662d2a78c39bff7b56b81448a15a179b2af2b000 (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"