fuel-block-executor 0.15.3

Fuel Block Executor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fuel-block-executor"
version = "0.15.3"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "fuel", "fuel-vm"]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
description = "Fuel Block Executor"

[dependencies]
anyhow = "1.0"
fuel-chain-config = { path = "../fuel-chain-config", version = "0.15.3" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.15.3" }
tokio = { version = "1.21", features = ["full"] }