saphyr-serde/bench/Cargo.toml
Ethiraric 8ee4921e5e Some cleanup after monorepo-ing.
- Update root `README.md`
- Remove `bench/` tools we no longer need
- Remove `.gitmodules` for `yaml-test-suite`
2024-10-12 16:29:33 +02:00

11 lines
278 B
TOML

[package]
name = "saphyr-bench"
authors = [ "Ethiraric <ethiraric@gmail.com>" ]
description = "Utilities to benchmark saphyr"
license = "MIT"
readme = "README.md"
edition = { workspace = true }
version = { workspace = true }
[dependencies]
saphyr-parser = { workspace = true }