]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-echo-server/Cargo.toml
working tls examples
[connect-rs.git] / examples / tls-echo-server / Cargo.toml
index 31bff03252ca2fe3bb43916c15d70fdc732679b2..60a13bcd1d5421e67ab7d22c99e4c8b3f4f8e742 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"