From ae22f22a931b207301681f2fc948e8e9cfd1daf7 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Wed, 25 Jun 2014 15:50:16 -0400 Subject: Updated for Cargo --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..823ec73 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] + +name = "rusty-irc" +version = "0.1.0" +authors = [ "dremann@gmail.com" ] + +[[lib]] + +name = "irc" +path = "src/lib.rs" -- cgit v1.2.3-54-g00ecf