servers/plugin_test/Cargo.toml

13 lines
236 B
TOML
Raw Normal View History

2022-06-04 18:10:21 +00:00
[package]
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
2022-06-04 18:10:21 +00:00
[lib]
crate-type = ["dylib"]
[dependencies]
servers = { path = ".." }