summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 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]