]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tcp-client/Cargo.toml
fix tls and cull warnings
[connect-rs.git] / examples / tcp-client / Cargo.toml
index 1449e16ab880ad33aa2acaa054135b4131bbc57c..1fb8e2b06773903c59722b598a6ef900808c2746 100644 (file)
@@ -13,7 +13,7 @@ env_logger = "0.7"
 log = "0.4"
 protobuf = "2.18.1"
 
-stitch-net = { path = "../../" }
+connect = { path = "../../" }
 
 [build-dependencies]
-protobuf-codegen-pure = "2.18.1"
\ No newline at end of file
+protobuf-codegen-pure = "2.18.1"