mirror of
https://framagit.org/ppom/reaction
synced 2026-03-16 05:35:48 +01:00
14 lines
292 B
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"]
|