]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tcp-client/Cargo.toml
remove dependency on protobuf and introduce basic custom wire format
[connect-rs.git] / examples / tcp-client / Cargo.toml
index 1fb8e2b06773903c59722b598a6ef900808c2746..40978097941f0ce7109ea16ef6733380a42e0990 100644 (file)
@@ -11,9 +11,5 @@ anyhow = "1.0.31"
 async-std = { version = "1.6.2", features = ["attributes"] }
 env_logger = "0.7"
 log = "0.4"
-protobuf = "2.18.1"
 
 connect = { path = "../../" }
-
-[build-dependencies]
-protobuf-codegen-pure = "2.18.1"