servers/plugin_test/Cargo.toml
MedzikUser db6e068926
chore(plugin): change to cdylib
Probably better.
2022-08-20 14:58:32 +02:00

11 lines
139 B
TOML

[package]
name = "plugin_test"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
servers = { path = ".." }