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