mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
23 lines
478 B
TOML
23 lines
478 B
TOML
[package]
|
|
name = "reaction-plugin-cluster"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
reaction-plugin.workspace = true
|
|
|
|
chrono.workspace = true
|
|
futures.workspace = true
|
|
remoc.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
tokio.features = ["rt-multi-thread"]
|
|
treedb.workspace = true
|
|
|
|
data-encoding = "2.9.0"
|
|
iroh = { version = "0.95.1", default-features = false }
|
|
rand = "0.9.2"
|
|
|
|
[dev-dependencies]
|
|
assert_fs.workspace = true
|