diff options
author | Till Hoeppner | 2014-12-26 15:12:08 +0100 |
---|---|---|
committer | Till Hoeppner | 2014-12-26 15:12:08 +0100 |
commit | 326b5d9d96a5f45fa8b371f2a78394bcd87030e0 (patch) | |
tree | 5e42217556fdd5d2b104da0d5f5406f714f94720 /Cargo.toml | |
parent | d8c9a734419fdfb3ef54bba467f899e09533b3c6 (diff) | |
download | irsc-326b5d9d96a5f45fa8b371f2a78394bcd87030e0.tar.gz irsc-326b5d9d96a5f45fa8b371f2a78394bcd87030e0.tar.xz irsc-326b5d9d96a5f45fa8b371f2a78394bcd87030e0.zip |
Bump version and re-change license.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ [package] name = "irsc" -version = "0.0.1" +version = "0.0.3" 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." +keywords = ["irc", "internet", "protocol"] +license = "WTFPL" |