mirror of
https://framagit.org/ppom/reaction
synced 2026-03-16 05:35:48 +01:00
I have a race condition where reaction quits before printing process' stderr. This will be the occasion to rework (again) reaction's daemon startup
11 lines
273 B
TOML
11 lines
273 B
TOML
[package]
|
|
name = "reaction-plugin-virtual"
|
|
version = "0.1.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
|