mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
17 lines
408 B
TOML
17 lines
408 B
TOML
[package]
|
|
name = "brk_bencher"
|
|
description = "A simple benchmarker for testing other crates."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_error = { workspace = true }
|
|
brk_logger = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
libproc = "0.14"
|