From cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sun, 4 Jan 2015 23:34:37 +0100 Subject: I should make smaller commits. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f3d1253..5dcedd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,10 @@ description = "A lightweight library for building IRC bots." repository = "https://github.com/hoeppnertill/irsc" keywords = ["irc", "internet", "protocol"] license = "WTFPL" + +[features] +ssl = ["openssl"] + +[dependencies.openssl] +version = "*" +optional = true -- cgit v1.2.3 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 From bb94e44ed6ec5b55823270192c00904cbfb24b6b Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sat, 18 Apr 2015 13:35:38 +0200 Subject: I forgot to keep track. Embarassing, huh? --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5666352..23c7f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ license = "MIT" log = "*" regex = "*" regex_macros = "*" +eventual = "*" [features] ssl = ["openssl"] -- cgit v1.2.3