docs(examples): improve README for examples directory
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user