diff --git a/plugin_test/Cargo.toml b/plugin_test/Cargo.toml index 22a876b..9b0c18a 100644 --- a/plugin_test/Cargo.toml +++ b/plugin_test/Cargo.toml @@ -3,10 +3,8 @@ name = "plugin_test" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [lib] -crate-type = ["dylib"] +crate-type = ["cdylib"] [dependencies] servers = { path = ".." }