From 89f0a20bccddc7c4804641e285cbf060cfd1a698 Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Wed, 18 Dec 2024 13:45:33 +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 983ff4bba..f4b830e35 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