Enable the "tls" feature in the hello_tls example.

This commit is contained in:
Fabrice Desré 2017-04-13 13:20:57 -07:00 committed by Sergio Benitez
parent a25a3c69c6
commit da1f6264e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.0.0"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket = { path = "../../lib", features = ["tls"] }
rocket_codegen = { path = "../../codegen" }
[dev-dependencies]