mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
13 lines
276 B
TOML
13 lines
276 B
TOML
[package]
|
|
name = "brk_bencher_visualizer"
|
|
description = "A generator of charts for brk_bencher"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
plotters = "0.3.7"
|