mirror of https://github.com/rwf2/Rocket.git
Enable the "tls" feature in the hello_tls example.
This commit is contained in:
parent
a25a3c69c6
commit
da1f6264e4
|
@ -4,7 +4,7 @@ version = "0.0.0"
|
|||
workspace = "../../"
|
||||
|
||||
[dependencies]
|
||||
rocket = { path = "../../lib" }
|
||||
rocket = { path = "../../lib", features = ["tls"] }
|
||||
rocket_codegen = { path = "../../codegen" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue