reaction/plugins/reaction-plugin/Cargo.toml

14 lines
292 B
TOML

[package]
name = "reaction-plugin"
version = "1.0.0"
edition = "2024"
[dependencies]
chrono.workspace = true
remoc.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio.features = ["io-std"]
tokio-util.workspace = true
tokio-util.features = ["rt"]