信号 版本一
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user