]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-echo-server/Cargo.toml
refactor to have datagram already serialized in memory
[connect-rs.git] / examples / tls-echo-server / Cargo.toml
index cbf276c2a81d64d13a580b5f44292597c9d6b84a..2a199f76b725c9292cba771ff7f447e1ccd3e4f1 100644 (file)
@@ -8,7 +8,10 @@ edition = "2018"
 
 [dependencies]
 anyhow = "1.0"
-async-std = { version = "1.9.0", features = ["attributes"] }
+async-std = { version = "1.12.0", features = ["attributes"] }
+async-tls = { version = "0.11.0", default-features = false, features = ["client", "server"] }
+rustls = { version = "0.19.0" }
+rustls-pemfile = { version = "1.0.1" }
 env_logger = "0.7"
 log = "0.4"