mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
16 lines
363 B
TOML
16 lines
363 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
|
|
rust-version.workspace = true
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
bitcoin = { workspace = true }
|
|
brk_reader = { workspace = true }
|
|
brk_rpc = { workspace = true }
|