aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-01-04 23:34:37 +0100
committerTill Hoeppner2015-01-04 23:34:37 +0100
commitcd708c3ef3f8c070f4b0c566575fb043c4eb1e8e (patch)
treec600c8399d87fe18c4da05ad121f710ea11d2bac /Cargo.toml
parent326b5d9d96a5f45fa8b371f2a78394bcd87030e0 (diff)
downloadirsc-cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e.tar.gz
irsc-cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e.tar.xz
irsc-cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e.zip
I should make smaller commits.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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