mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-10 14:19:10 -07:00
20 lines
494 B
TOML
20 lines
494 B
TOML
[package]
|
|
name = "brk_state"
|
|
description = "Various states used in the Bitcoin Research Kit"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bincode = { workspace = true }
|
|
brk_core = { workspace = true }
|
|
derive_deref = { workspace = true }
|
|
serde = { workspace = true }
|
|
zerocopy = { workspace = true }
|
|
zerocopy-derive = { workspace = true }
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["zerocopy"]
|