diff --git a/libnyx/Cargo.toml b/libnyx/Cargo.toml index f88cb9d..cb0dac6 100644 --- a/libnyx/Cargo.toml +++ b/libnyx/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" [lib] name = "libnyx" -crate-type = ["staticlib"] +crate-type = ["staticlib", "dylib"] [build-dependencies] cbindgen = "0.19" @@ -13,4 +13,4 @@ cbindgen = "0.19" [dependencies] config={path="../config"} fuzz_runner={path="../fuzz_runner"} -libc = "0.2" \ No newline at end of file +libc = "0.2"