mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
13 lines
216 B
TOML
13 lines
216 B
TOML
[package]
|
|
name = "bomputer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bindex = { path = "../bindex" }
|
|
color-eyre = "0.6.3"
|
|
derive_deref = "1.1.1"
|
|
exit = { path = "../exit" }
|
|
jiff = "0.1.27"
|
|
rayon = "1.10.0"
|