Added SSL support, but it's broken because of the duplicate SslStream creations.
This commit is contained in:
parent
a79a1fc033
commit
a903dd9571
8 changed files with 141 additions and 12 deletions
|
@ -9,3 +9,12 @@ keywords = ["irc", "client", "thread-safe"]
|
|||
documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/"
|
||||
repository = "https://github.com/aaronweiss74/irc"
|
||||
readme = "README.md"
|
||||
|
||||
[features]
|
||||
|
||||
ssl = ["openssl"]
|
||||
|
||||
[dependencies.openssl]
|
||||
|
||||
git = "https://github.com/sfackler/rust-openssl.git"
|
||||
optional = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue