mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
16 lines
396 B
TOML
16 lines
396 B
TOML
[package]
|
|
name = "brk_iterator"
|
|
description = "A Bitcoin block iterator"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
exclude = ["examples/"]
|
|
|
|
[dependencies]
|
|
brk_error = { workspace = true }
|
|
brk_reader = { workspace = true }
|
|
brk_rpc = { workspace = true, features = ["corepc"] }
|
|
brk_types = { workspace = true }
|