From 8b7500ea4c766ca96d2e65a8f19e595d6021f4fa Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Mon, 13 Apr 2015 21:51:57 +0200 Subject: Update Cargo.toml --- Cargo.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5dcedd1..5666352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,17 @@ [package] name = "irsc" -version = "0.0.3" -authors = ["Till Hoeppner "] +version = "0.1.0" +authors = ["Till Hoeppner "] 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"] -- cgit v1.2.3