docs(examples): improve README for examples directory

This commit is contained in:
Sean McArthur
2020-01-29 11:09:12 -08:00
parent 086fa359ff
commit 5c6536317c
2 changed files with 35 additions and 17 deletions

View File

@@ -106,6 +106,11 @@ name = "echo"
path = "examples/echo.rs"
required-features = ["runtime", "stream"]
[[example]]
name = "gateway"
path = "examples/gateway.rs"
required-features = ["runtime"]
[[example]]
name = "hello"
path = "examples/hello.rs"
@@ -126,11 +131,6 @@ name = "params"
path = "examples/params.rs"
required-features = ["runtime", "stream"]
[[example]]
name = "proxy"
path = "examples/proxy.rs"
required-features = ["runtime"]
[[example]]
name = "send_file"
path = "examples/send_file.rs"