summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFahmi Akbar Wildana <f.a.wildana@gmail.com>2019-10-06 08:44:14 +0700
committerDavid Peter <sharkdp@users.noreply.github.com>2019-10-20 21:43:51 +0200
commitfc0ad4db2e3477ed1ad2d9de5b76c453a5e3a7c6 (patch)
treeca30f79e4e3c39f3acdf4d5fcc31807fddacbb84
parentf03b45f3e5e96dfd592d1279c89c7f600ae10f6c (diff)
Move {main,app,clap_app}.rs into src/bin/
-rw-r--r--src/bin/app.rs (renamed from src/app.rs)0
-rw-r--r--src/bin/clap_app.rs (renamed from src/clap_app.rs)0
-rw-r--r--src/bin/main.rs (renamed from src/main.rs)0
3 files changed, 0 insertions, 0 deletions
diff --git a/src/app.rs b/src/bin/app.rs
index 47af9e9c..47af9e9c 100644
--- a/src/app.rs
+++ b/src/bin/app.rs
diff --git a/src/clap_app.rs b/src/bin/clap_app.rs
index 62a8e1c2..62a8e1c2 100644
--- a/src/clap_app.rs
+++ b/src/bin/clap_app.rs
diff --git a/src/main.rs b/src/bin/main.rs
index 9d222bd7..9d222bd7 100644
--- a/src/main.rs
+++ b/src/bin/main.rs