]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-echo-server/Cargo.toml
remove `block_on` in tls-listener
[connect-rs.git] / examples / tls-echo-server / Cargo.toml
index 820c0c6295ba33dbd84ad0788ce6f4a0de7fbad0..5f8478cbb5d27d79fc8ed47dcce9960437c0a761 100644 (file)
@@ -12,4 +12,4 @@ async-std = { version = "1.6.2", features = ["attributes"] }
 env_logger = "0.7"
 log = "0.4"
 
-connect = { path = "../../" }
+connect = { path = "../../", features = ["tls"] }