mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
15 lines
350 B
TOML
15 lines
350 B
TOML
[package]
|
|
name = "brk_logger"
|
|
description = "A clean logger used in the Bitcoin Research Kit"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre = { workspace = true }
|
|
env_logger = "0.11.8"
|
|
jiff = { workspace = true }
|
|
log = { workspace = true }
|