mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
16 lines
423 B
TOML
16 lines
423 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_indexer = { workspace = true }
|
|
brk_parser = { workspace = true }
|
|
color-eyre = { workspace = true }
|
|
hodor = { workspace = true }
|
|
storable_vec = { workspace = true }
|