diff --git a/Cargo.toml b/Cargo.toml index e138296..bcb33ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,6 @@ uuid = { version = "1.3.0", default-features = false, features = [ "serde", ] } uhlc = { version = "0.8.0", default-features = false } # Default features are disabled due to usage in no_std crates + +[workspace.metadata.bin] +zenohd = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.0.0-dev" }