From db6e06892692dd964187b04dc6ff4a87706ad555 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sat, 20 Aug 2022 14:58:32 +0200 Subject: [PATCH] chore(plugin): change to cdylib Probably better. --- plugin_test/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = ".." }