mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-17 13:24:49 -07:00
20 lines
527 B
TOML
20 lines
527 B
TOML
[package]
|
|
name = "brk_monitor"
|
|
description = "A Bitcoin mempool monitor with real-time synchronization"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
brk_error = { workspace = true }
|
|
brk_rpc = { workspace = true }
|
|
brk_types = { workspace = true }
|
|
derive_deref = { workspace = true }
|
|
log = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
rustc-hash = { workspace = true }
|