Now serializing a fake transaction instead sending a character

This commit is contained in:
Dave Hrycyszyn
2024-05-29 22:20:35 +01:00
parent cc627f15c5
commit d956442b54
3 changed files with 11 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ 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_cbor = "0.11.2" # move to this once we need to pack things in CBOR
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"