Starting to format out BFT-CRDTs.

This commit is contained in:
Dave Hrycyszyn
2024-05-29 18:17:34 +01:00
parent fff4bfe9ee
commit 56061bb94b
4 changed files with 70 additions and 8 deletions

View File

@@ -11,6 +11,9 @@ tokio = { version = "1.37.0", features = ["time"] }
websockets = "0.3.0"
bft-json-crdt = { path = "../../bft-json-crdt" }
bft-crdt-derive = { path = "../../bft-json-crdt/bft-crdt-derive" }
serde_cbor = "0.11.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"
[features]
default = ["bft", "logging-list", "logging-json"]