[package] name = "fuel-block-importer" version = "0.15.3" authors = ["Fuel Labs "] 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 Importer" [dependencies] anyhow = "1.0" fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.15.3" } parking_lot = "0.12" tokio = { version = "1.21", features = ["full"] }