1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Fix "websocket" example's readme, and make binary names unique (#45)

Give each example binary a unique name.

This should allow running cargo run --bin in the root directory.
This commit is contained in:
sapir
2018-09-24 11:57:36 +03:00
committed by Douman
parent 8edf86e4b8
commit d9afae21b6
10 changed files with 21 additions and 14 deletions

View File

@ -9,7 +9,7 @@ name = "proxy"
path = "src/main.rs"
[[bin]]
name = "server"
name = "proxy-example-server"
path = "src/server.rs"
[dependencies]