From b2d679f05d04052bfc25167eaaf09c60c03251cb Mon Sep 17 00:00:00 2001 From: Aria Date: Fri, 13 Oct 2023 14:13:58 +0100 Subject: wip: fault tolerant broadcast --- broadcast/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'broadcast/Cargo.toml') diff --git a/broadcast/Cargo.toml b/broadcast/Cargo.toml index f3e4cc7..06e4426 100644 --- a/broadcast/Cargo.toml +++ b/broadcast/Cargo.toml @@ -9,4 +9,5 @@ edition = "2021" smol = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -common = { path = "../common/" } \ No newline at end of file +common = { path = "../common/" } +futures = { version = "0.3.28", default_features = false, features = ["std"] } \ No newline at end of file -- cgit v1.2.3