mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-01 01:50:00 -07:00
19 lines
499 B
TOML
19 lines
499 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]
|
|
bitcoin = { workspace = true }
|
|
bitcoincore-rpc = { workspace = true }
|
|
brk_structs = { workspace = true }
|
|
log = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
rustc-hash = { workspace = true }
|