aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-02 01:27:08 -0700
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-10-02 01:27:18 -0700
commitea4e93f01d9e4ef17effae1e9a807bb1977865fe (patch)
tree08cfbcc32b9fbea5f13fd3447026090f51402274
parentafd61ae0822690f30d37859c806a8d8d843b8c1a (diff)
move everything to src/
-rw-r--r--Cargo.toml2
-rw-r--r--src/commands/del.rs (renamed from commands/del.rs)0
-rw-r--r--src/commands/fav.rs (renamed from commands/fav.rs)0
-rw-r--r--src/commands/look_up.rs (renamed from commands/look_up.rs)0
-rw-r--r--src/commands/mod.rs (renamed from commands/mod.rs)0
-rw-r--r--src/commands/quit.rs (renamed from commands/quit.rs)0
-rw-r--r--src/commands/show_cache.rs (renamed from commands/show_cache.rs)0
-rw-r--r--src/commands/twete.rs (renamed from commands/twete.rs)0
-rw-r--r--src/commands/view.rs (renamed from commands/view.rs)0
-rw-r--r--src/display/mod.rs (renamed from display/mod.rs)0
-rw-r--r--src/linestream.rs (renamed from linestream.rs)0
-rw-r--r--src/main.rs (renamed from main.rs)0
-rw-r--r--src/tw/events.rs (renamed from tw/events.rs)0
-rw-r--r--src/tw/mod.rs (renamed from tw/mod.rs)0
-rw-r--r--src/tw/tweet.rs (renamed from tw/tweet.rs)0
-rw-r--r--src/tw/user.rs (renamed from tw/user.rs)0
16 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a0653c..78a38c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ a nice twitter
[[bin]]
name = "twidder"
-path = "main.rs"
+# path = "main.rs"
test = false
bench = false
diff --git a/commands/del.rs b/src/commands/del.rs
index e69de29..e69de29 100644
--- a/commands/del.rs
+++ b/src/commands/del.rs
diff --git a/commands/fav.rs b/src/commands/fav.rs
index 3e2b00d..3e2b00d 100644
--- a/commands/fav.rs
+++ b/src/commands/fav.rs
diff --git a/commands/look_up.rs b/src/commands/look_up.rs
index d04f984..d04f984 100644
--- a/commands/look_up.rs
+++ b/src/commands/look_up.rs
diff --git a/commands/mod.rs b/src/commands/mod.rs
index fc66bec..fc66bec 100644
--- a/commands/mod.rs
+++ b/src/commands/mod.rs
diff --git a/commands/quit.rs b/src/commands/quit.rs
index 982c48f..982c48f 100644
--- a/commands/quit.rs
+++ b/src/commands/quit.rs
diff --git a/commands/show_cache.rs b/src/commands/show_cache.rs
index 3c31697..3c31697 100644
--- a/commands/show_cache.rs
+++ b/src/commands/show_cache.rs
diff --git a/commands/twete.rs b/src/commands/twete.rs
index ecc3f98..ecc3f98 100644
--- a/commands/twete.rs
+++ b/src/commands/twete.rs
diff --git a/commands/view.rs b/src/commands/view.rs
index d01ff1b..d01ff1b 100644
--- a/commands/view.rs
+++ b/src/commands/view.rs
diff --git a/display/mod.rs b/src/display/mod.rs
index 24f7e33..24f7e33 100644
--- a/display/mod.rs
+++ b/src/display/mod.rs
diff --git a/linestream.rs b/src/linestream.rs
index 5106af3..5106af3 100644
--- a/linestream.rs
+++ b/src/linestream.rs
diff --git a/main.rs b/src/main.rs
index 37082a1..37082a1 100644
--- a/main.rs
+++ b/src/main.rs
diff --git a/tw/events.rs b/src/tw/events.rs
index 0541b0a..0541b0a 100644
--- a/tw/events.rs
+++ b/src/tw/events.rs
diff --git a/tw/mod.rs b/src/tw/mod.rs
index eff38e7..eff38e7 100644
--- a/tw/mod.rs
+++ b/src/tw/mod.rs
diff --git a/tw/tweet.rs b/src/tw/tweet.rs
index 778461a..778461a 100644
--- a/tw/tweet.rs
+++ b/src/tw/tweet.rs
diff --git a/tw/user.rs b/src/tw/user.rs
index 1da82f0..1da82f0 100644
--- a/tw/user.rs
+++ b/src/tw/user.rs