diff options
author | Till Hoeppner | 2015-04-13 21:51:57 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-04-13 21:51:57 +0200 |
commit | 8b7500ea4c766ca96d2e65a8f19e595d6021f4fa (patch) | |
tree | 8bc94a4b572bfa4398516e7716e503f76d8162b5 /Cargo.toml | |
parent | cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e (diff) | |
download | irsc-8b7500ea4c766ca96d2e65a8f19e595d6021f4fa.tar.gz irsc-8b7500ea4c766ca96d2e65a8f19e595d6021f4fa.tar.xz irsc-8b7500ea4c766ca96d2e65a8f19e595d6021f4fa.zip |
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,12 +1,17 @@ [package] name = "irsc" -version = "0.0.3" -authors = ["Till Hoeppner <hoeppner.till@gmail.com>"] +version = "0.1.0" +authors = ["Till Hoeppner <till@hoeppner.ws>"] description = "A lightweight library for building IRC bots." -repository = "https://github.com/hoeppnertill/irsc" +repository = "https://github.com/tilpner/irsc" keywords = ["irc", "internet", "protocol"] -license = "WTFPL" +license = "MIT" + +[dependencies] +log = "*" +regex = "*" +regex_macros = "*" [features] ssl = ["openssl"] |