Enable TLS by default

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/7/head
Alexey Galakhov 8 years ago
parent 53aa24b06b
commit fcfa59c912
  1. 2
      Cargo.toml

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Alexey Galakhov"]
[features]
default = []
default = ["tls"]
tls = ["native-tls"]
[dependencies]

Loading…
Cancel
Save