]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-client/Cargo.toml
working tls examples
[connect-rs.git] / examples / tls-client / Cargo.toml
index f9526629df369ad205c13567149a76b30d41fd1e..407ccb60133ee8169bf9197e93ded213c224a759 100644 (file)
@@ -11,5 +11,9 @@ anyhow = "1.0.31"
 async-std = { version = "1.6.2", features = ["attributes"] }
 env_logger = "0.7"
 log = "0.4"
+protobuf = "2.18.1"
 
-seam-channel = { path = "../../" }
\ No newline at end of file
+connect = { path = "../../" }
+
+[build-dependencies]
+protobuf-codegen-pure = "2.18.1"