mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +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:
@ -5,7 +5,7 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
workspace = "../"
|
||||
|
||||
[[bin]]
|
||||
name = "server"
|
||||
name = "rustls-server"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user