Skip to content

Commit

Permalink
Those aren't the files examples are in
Browse files Browse the repository at this point in the history
  • Loading branch information
kotauskas committed May 21, 2024
1 parent c0974a4 commit 6f9d0d1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,24 @@ name = "named_pipe_sync_server"
path = "examples/named_pipe/sync/listener.rs"

[[example]]
name = "named_pipe_sync_client"
path = "examples/named_pipe/sync/stream.rs"
name = "named_pipe_sync_client_bytes"
path = "examples/named_pipe/sync/stream/bytes.rs"

[[example]]
name = "named_pipe_sync_client_msg"
path = "examples/named_pipe/sync/stream/msg.rs"

[[example]]
name = "named_pipe_tokio_server"
path = "examples/named_pipe/tokio/listener.rs"

[[example]]
name = "named_pipe_tokio_client"
path = "examples/named_pipe/tokio/stream.rs"
name = "named_pipe_tokio_client_bytes"
path = "examples/named_pipe/tokio/stream/bytes.rs"

[[example]]
name = "named_pipe_tokio_client_msg"
path = "examples/named_pipe/tokio/stream/msg.rs"

[features]
default = []
Expand Down

0 comments on commit 6f9d0d1

Please sign in to comment.