From 5395e7a386fc60c6983cbbfc0ce193dd42582f10 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Thu, 12 Sep 2024 17:28:55 +0200 Subject: [PATCH] cargo toml restored --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f86b4cbd..cb302083b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ phf = { version = "0.11.2", features = ["macros"] } [lib] path = "src/lib.rs" -name = "zenohcd" +name = "zenohc" crate-type = ["cdylib", "staticlib"] doctest = false