chore(plugin): change to cdylib

Probably better.
This commit is contained in:
MedzikUser 2022-08-20 14:58:32 +02:00
parent 212223c568
commit db6e068926
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 3 deletions

View File

@ -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 = ".." }