saphyr-serde/bench/Cargo.toml

20 lines
392 B
TOML
Raw Normal View History

2024-04-03 18:23:30 +00:00
[package]
name = "saphyr-bench"
authors = [ "Ethiraric <ethiraric@gmail.com>" ]
description = "Utilities to benchmark saphyr"
license = "MIT"
2024-04-03 18:23:30 +00:00
readme = "README.md"
edition = { workspace = true }
version = { workspace = true }
2024-04-03 18:23:30 +00:00
[dependencies]
saphyr-parser = { workspace = true }
2024-04-03 18:23:30 +00:00
[[bin]]
name = "time_parse"
path = "tools/time_parse.rs"
[[bin]]
name = "run_bench"
path = "tools/run_bench.rs"