]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-echo-server/Cargo.toml
remove dependency on protobuf and introduce basic custom wire format
[connect-rs.git] / examples / tls-echo-server / Cargo.toml
index 60a13bcd1d5421e67ab7d22c99e4c8b3f4f8e742..820c0c6295ba33dbd84ad0788ce6f4a0de7fbad0 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"