mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
18 lines
482 B
TOML
18 lines
482 B
TOML
[package]
|
|
name = "brk_computer"
|
|
description = "A Bitcoin dataset computer, built on top of brk_indexer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_core = { workspace = true }
|
|
brk_exit = { workspace = true }
|
|
brk_indexer = { workspace = true }
|
|
brk_logger = { workspace = true }
|
|
brk_parser = { workspace = true }
|
|
brk_vec = { workspace = true }
|
|
color-eyre = { workspace = true }
|
|
log = { workspace = true }
|