Files

15 lines
271 B
TOML
Raw Permalink Normal View History

2026-06-16 12:01:58 +08:00
[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"