mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
13 lines
297 B
TOML
13 lines
297 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
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre = { workspace = true }
|
|
env_logger = "0.11.7"
|
|
jiff = { workspace = true }
|