Cargo.toml

 1[package]
 2name = "plugin"
 3version = "0.1.0"
 4edition = "2021"
 5publish = false
 6license = "GPL-3.0-only"
 7
 8
 9[dependencies]
10serde.workspace = true
11serde_derive.workspace = true
12bincode = "1.3"
13plugin_macros = { path = "../plugin_macros" }