mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
20 lines
484 B
TOML
20 lines
484 B
TOML
[package]
|
|
name = "brk_error"
|
|
description = "Errors used throughout BRK"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bitcoin = { workspace = true }
|
|
bitcoincore-rpc = { workspace = true }
|
|
fjall = { workspace = true }
|
|
jiff = { workspace = true }
|
|
minreq = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
thiserror = "2.0"
|
|
tokio = { workspace = true }
|
|
vecdb = { workspace = true }
|