summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-03 18:13:34 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-03 18:13:34 -0400
commitc314eb730bf080480ef3aca41227a2cd2e54b8fe (patch)
tree687ef6094b0d3bb9ba2c23e23a6df5471f27b2ae
parenta0003fd5b5d7749a746b46980fc83f190f912837 (diff)
downloadrust-irc-c314eb730bf080480ef3aca41227a2cd2e54b8fe.tar.gz
rust-irc-c314eb730bf080480ef3aca41227a2cd2e54b8fe.zip
rename this to something easier to use
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd85117..7984218 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "rust-irc"
+name = "irc"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]