From 7e5db2e99c51d1f82b55cb40cfb4df966442ec74 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Wed, 11 Dec 2024 15:56:10 +0100 Subject: [PATCH] zenohd bin setting added --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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" }