15 lines
271 B
TOML
15 lines
271 B
TOML
[package]
|
|
name = "plugin-demo"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
chanlun = { path = "../../chanlun" }
|
|
chanlun-signal-macros = { path = "../../chanlun-signal-macros" }
|
|
inventory = "0.3"
|
|
serde_json = "1"
|
|
parking_lot = "0.12"
|