chore(examples): update server example name to echo

This commit is contained in:
Sean McArthur
2018-05-03 12:08:49 -07:00
parent a16234fa26
commit 7de3bc97c6

View File

@@ -64,6 +64,11 @@ name = "client"
path = "examples/client.rs"
required-features = ["runtime"]
[[example]]
name = "echo"
path = "examples/echo.rs"
required-features = ["runtime"]
[[example]]
name = "hello"
path = "examples/hello.rs"
@@ -84,11 +89,6 @@ name = "send_file"
path = "examples/send_file.rs"
required-features = ["runtime"]
[[example]]
name = "server"
path = "examples/server.rs"
required-features = ["runtime"]
[[example]]
name = "web_api"
path = "examples/web_api.rs"