Periodic websocket sends are now working
This commit is contained in:
@@ -7,5 +7,14 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
tokio = "*"
|
||||
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" }
|
||||
|
||||
[features]
|
||||
default = ["bft", "logging-list", "logging-json"]
|
||||
logging-list = ["logging-base"]
|
||||
logging-json = ["logging-base"]
|
||||
logging-base = []
|
||||
bft = []
|
||||
|
||||
Reference in New Issue
Block a user