chore(examples): update server example name to echo
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -64,6 +64,11 @@ name = "client"
|
|||||||
path = "examples/client.rs"
|
path = "examples/client.rs"
|
||||||
required-features = ["runtime"]
|
required-features = ["runtime"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "echo"
|
||||||
|
path = "examples/echo.rs"
|
||||||
|
required-features = ["runtime"]
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "hello"
|
name = "hello"
|
||||||
path = "examples/hello.rs"
|
path = "examples/hello.rs"
|
||||||
@@ -84,11 +89,6 @@ name = "send_file"
|
|||||||
path = "examples/send_file.rs"
|
path = "examples/send_file.rs"
|
||||||
required-features = ["runtime"]
|
required-features = ["runtime"]
|
||||||
|
|
||||||
[[example]]
|
|
||||||
name = "server"
|
|
||||||
path = "examples/server.rs"
|
|
||||||
required-features = ["runtime"]
|
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "web_api"
|
name = "web_api"
|
||||||
path = "examples/web_api.rs"
|
path = "examples/web_api.rs"
|
||||||
|
|||||||
Reference in New Issue
Block a user