[package] name = "reaction-plugin-virtual" version = "1.0.0" edition = "2024" [dependencies] tokio = { workspace = true, features = ["rt-multi-thread"] } remoc.workspace = true reaction-plugin.path = "../reaction-plugin" serde.workspace = true serde_json.workspace = true