diff options
author | Aria <me@aria.rip> | 2023-10-13 14:13:58 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-13 14:13:58 +0100 |
commit | b2d679f05d04052bfc25167eaaf09c60c03251cb (patch) | |
tree | 7ca49d117a3167169e5b92613ca21c88c12bd47f /broadcast/Cargo.toml | |
parent | c063f4da42a538138cc3e80a0e1faaf813a13bd2 (diff) |
wip: fault tolerant broadcast
Diffstat (limited to 'broadcast/Cargo.toml')
-rw-r--r-- | broadcast/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |