8ee4921e5e
- Update root `README.md` - Remove `bench/` tools we no longer need - Remove `.gitmodules` for `yaml-test-suite`
11 lines
278 B
TOML
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 }
|