]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-client/Cargo.toml
remove dependency on protobuf and introduce basic custom wire format
[connect-rs.git] / examples / tls-client / Cargo.toml
index 407ccb60133ee8169bf9197e93ded213c224a759..e6cf99bfc9d0a3dcd7ea2d18208b0653b94162d8 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"