From a6189bd387123dfade01f2db22a2e2e4ee3d86ce Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Wed, 23 Oct 2024 14:06:26 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de3ac05e8..98c5fd388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ phf = { version = "0.11.2", features = ["macros"] } [lib] path = "src/lib.rs" -name = "zenohcd" +name = "zenohc" crate-type = ["cdylib", "staticlib"] doctest = false