diff --git a/Cargo.toml b/Cargo.toml index da6ad60..a4a5c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["*.cfg", "*.yml"] edition = "2018" [lib] -crate-type = ["lib", "dylib", "staticlib"] +crate-type = ["lib", "cdylib", "staticlib"] [features] use_tolk = ["tolk"]