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