chore(examples): Fix blocking-server (#1173)

This commit is contained in:
tottoto
2022-11-30 13:38:39 -05:00
committed by GitHub
parent d6f0567818
commit 5c8a5d709c
2 changed files with 9 additions and 4 deletions
+4
View File
@@ -14,6 +14,10 @@ path = "src/helloworld/server.rs"
name = "helloworld-client"
path = "src/helloworld/client.rs"
[[bin]]
name = "blocking-server"
path = "src/blocking/server.rs"
[[bin]]
name = "blocking-client"
path = "src/blocking/client.rs"