summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-02 15:36:26 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-02 15:36:26 -0400
commita28561e85df853b8e627ccbd30199b7c0aa7465d (patch)
tree69726efe2954d0822cecb45f7b6208fc44d6dc42 /Cargo.toml
downloadrust-irc-a28561e85df853b8e627ccbd30199b7c0aa7465d.tar.gz
rust-irc-a28561e85df853b8e627ccbd30199b7c0aa7465d.zip
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..dd85117
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+
+name = "rust-irc"
+version = "0.0.1"
+authors = ["Jesse Luehrs <doy@tozt.net>"]