diff --git a/Cargo.toml b/Cargo.toml index 9b0ac9ae..219e1cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"