[go: up one dir, main page]

fuel-core-bft 0.18.3

Fuel Core BFT
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fuel-core-bft"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = ["blockchain", "fuel", "consensus", "bft"]
license = { workspace = true }
repository = { workspace = true }
description = "Fuel Core BFT"

[dependencies]
anyhow = { workspace = true }
parking_lot = { workspace = true }
tokio = { workspace = true, features = ["full"] }