mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
18 lines
462 B
TOML
18 lines
462 B
TOML
[package]
|
|
name = "brk_error"
|
|
description = "Errors used throughout the Bitcoin Research Kit"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_vecs = { workspace = true }
|
|
bitcoincore-rpc = { workspace = true }
|
|
fjall = { workspace = true }
|
|
jiff = { workspace = true }
|
|
minreq = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
zerocopy = { workspace = true }
|