mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-01 02:33:39 -07:00
16 lines
286 B
TOML
16 lines
286 B
TOML
[package]
|
|
name = "bindex"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitcoin_hashes = "0.16.0"
|
|
biter = "0.2.2"
|
|
color-eyre = "0.6.3"
|
|
ctrlc = "3.4.5"
|
|
derive_deref = "1.1.1"
|
|
jiff = "0.1.24"
|
|
rayon = "1.10.0"
|
|
snkrj = { path = "../snkrj" }
|
|
storable_vec = { path = "../storable_vec" }
|