From 7de3bc97c6e13e686430c0b28b60c295cbe31dbd Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 3 May 2018 12:08:49 -0700 Subject: [PATCH] chore(examples): update server example name to echo --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"