From 6a3257b2e938b456ebabca59f572b668c56f351d Mon Sep 17 00:00:00 2001 From: aarnav Date: Thu, 12 Sep 2024 10:58:37 +0200 Subject: [PATCH] add lib to libnyx crate-type --- libnyx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"