diff --git a/libnyx/Cargo.toml b/libnyx/Cargo.toml index e0fbe4a..56a5c56 100644 --- a/libnyx/Cargo.toml +++ b/libnyx/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [lib] name = "libnyx" -crate-type = ["staticlib", "dylib"] +crate-type = ["lib", "staticlib", "dylib"] [build-dependencies] cbindgen = "0.24.3"