diff --git a/Cargo.toml b/Cargo.toml index ad23886..54b4afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "cluCStr" +name = "clucstr" # two names only because the box on crates.io cannot be renamed. version = "1.2.0" authors = ["Denis Kotlyarov (Денис Котляров) "] repository = "https://github.com/clucompany/cluCStr.git" @@ -14,6 +14,7 @@ categories = ["development-tools::ffi"] [features] [lib] +name = "cluCStr" proc-macro = true [dependencies]