]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-client/Cargo.toml
remove `block_on` in tls-listener
[connect-rs.git] / examples / tls-client / Cargo.toml
index e6cf99bfc9d0a3dcd7ea2d18208b0653b94162d8..33013c451fec598acbb8586b580a205efe47c914 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"] }