aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 823ec73..244df6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ name = "rusty-irc"
version = "0.1.0"
authors = [ "dremann@gmail.com" ]
-[[lib]]
+[lib]
name = "irc"
path = "src/lib.rs"