30825912f4
[TSM.ID].[11031972] PXE : Platform X Ecosystem I [142 Module - REAL LIVE -] / 3Z: Zero Error Check (142 Modules) (push) Waiting to run
16 lines
324 B
TOML
16 lines
324 B
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-grid"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
foca = "0.11" # Ultra-fast SWIM Gossip Protocol
|
|
rand = "0.8"
|
|
tokio = { version = "1.37", features = ["full"] }
|
|
bytes = "1.5"
|
|
tracing = "0.1"
|
|
anyhow = "1.0"
|
|
crdts = "7.3"
|