aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-21 11:31:55 +0100
committerTill Hoeppner2014-11-21 11:31:55 +0100
commit6ed12a0993d56330bb008adc86bfb5ebe4320583 (patch)
treec572f69b19c82ee298004948f7a13a2dbebd0076 /Cargo.toml
parentd738bcd85bc9d7ea47d8995a57a594ead6bb0f73 (diff)
downloadirsc-6ed12a0993d56330bb008adc86bfb5ebe4320583.tar.gz
irsc-6ed12a0993d56330bb008adc86bfb5ebe4320583.tar.xz
irsc-6ed12a0993d56330bb008adc86bfb5ebe4320583.zip
Upload to crates.io plus fixes for changes in Rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b15999b..2e6bbb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,7 @@
name = "irsc"
version = "0.0.1"
authors = ["Till Hoeppner <hoeppner.till@gmail.com>"]
+description = "A lightweight library for building IRC bots."
+repository = "https://github.com/hoeppnertill/irsc"
+keywords = ["irc", "internet", "protocol", "useless tags"]
+license = "No decision yet."