Skip to content

Commit

Permalink
Add z_advanced_pub and z_advanced_sub to zenoh-ext examples Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Dec 5, 2024
1 parent 6023920 commit dbd7d22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zenoh-ext/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ zenoh-ext = { workspace = true, features = ["unstable"] }
[dev-dependencies]
zenoh-config = { workspace = true }

[[example]]
name = "z_advanced_pub"
path = "examples/z_advanced_pub.rs"

[[example]]
name = "z_advanced_sub"
path = "examples/z_advanced_sub.rs"

[[example]]
name = "z_member"
path = "examples/z_member.rs"
Expand Down

0 comments on commit dbd7d22

Please sign in to comment.