diff options
author | Till Hoeppner | 2014-11-21 11:31:55 +0100 |
---|---|---|
committer | Till Hoeppner | 2014-11-21 11:31:55 +0100 |
commit | 6ed12a0993d56330bb008adc86bfb5ebe4320583 (patch) | |
tree | c572f69b19c82ee298004948f7a13a2dbebd0076 /Cargo.toml | |
parent | d738bcd85bc9d7ea47d8995a57a594ead6bb0f73 (diff) | |
download | irsc-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.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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." |