diff options
author | Till Hoeppner | 2015-01-04 23:34:37 +0100 |
---|---|---|
committer | Till Hoeppner | 2015-01-04 23:34:37 +0100 |
commit | cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e (patch) | |
tree | c600c8399d87fe18c4da05ad121f710ea11d2bac /Cargo.toml | |
parent | 326b5d9d96a5f45fa8b371f2a78394bcd87030e0 (diff) | |
download | irsc-cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e.tar.gz irsc-cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e.tar.xz irsc-cd708c3ef3f8c070f4b0c566575fb043c4eb1e8e.zip |
I should make smaller commits.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |