aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-02 12:57:42 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-02 12:57:42 -0400
commitf8efb4da8dc8e7a4b63b260a6b7074ddaa8bb33a (patch)
tree21dfe7d7dd75f81ec9806726856b480bf97ac93a
parent2374115a200472567e464341d2000e0fa098e7a1 (diff)
downloadrusty-irc-f8efb4da8dc8e7a4b63b260a6b7074ddaa8bb33a.tar.gz
rusty-irc-f8efb4da8dc8e7a4b63b260a6b7074ddaa8bb33a.zip
[[lib]] is deprecated
-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"