信号 版本一

This commit is contained in:
YuWuKunCheng
2026-06-27 18:17:57 +08:00
parent 8405d478bc
commit 16ed3de8f5
91 changed files with 20966 additions and 7712 deletions
+14
View File
@@ -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"