aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-02-10 21:00:51 +0100
committerJokler <jokler.contact@gmail.com>2018-02-12 16:08:47 +0100
commitddf42bc0292b0befe2b2f47f3284d9ffeaf6f4b4 (patch)
tree5ecd538e3a09799d0dfe623e50eaa938453bb249
parent2b7c31a05684511918afbe1954fc3a6e282d13f3 (diff)
downloadfrippy-ddf42bc0292b0befe2b2f47f3284d9ffeaf6f4b4.tar.gz
frippy-ddf42bc0292b0befe2b2f47f3284d9ffeaf6f4b4.zip
Move main file into the src directory
-rw-r--r--Cargo.toml5
-rw-r--r--src/main.rs (renamed from bin/main.rs)0
2 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbaa28d..e320c55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,13 +9,8 @@ keywords = ["irc", "bot"]
categories = ["network-programming"]
description = "An IRC Bot"
-[lib]
-name = "frippy"
-path = "src/lib.rs"
-
[[bin]]
name = "frippy"
-path = "bin/main.rs"
doc = false
[dependencies]
diff --git a/bin/main.rs b/src/main.rs
index 21e27dc..21e27dc 100644
--- a/bin/main.rs
+++ b/src/main.rs