aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZachary Dremann <dremann@gmail.com>2014-06-25 15:50:16 -0400
committerZachary Dremann <dremann@gmail.com>2014-06-25 16:06:44 -0400
commitae22f22a931b207301681f2fc948e8e9cfd1daf7 (patch)
tree3e1b8d6ef91f010fe048bf5d205b90d6f16b68d2 /Cargo.toml
parent4beb868e0ca2aa5ad9c29e4ba934c0fd8fc2501e (diff)
downloadrusty-irc-ae22f22a931b207301681f2fc948e8e9cfd1daf7.tar.gz
rusty-irc-ae22f22a931b207301681f2fc948e8e9cfd1daf7.zip
Updated for Cargo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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"