mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-06 14:30:59 +00:00
17 lines
No EOL
355 B
TOML
17 lines
No EOL
355 B
TOML
[package]
|
|
name = "benches"
|
|
version = "0.0.0"
|
|
authors = ["Matthias Endler <matthias@endler.dev>"]
|
|
license = "Apache-2.0/MIT"
|
|
description = "Criterion benchmarks of the lychee crates"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
lychee-lib = { path = "../lychee-lib"}
|
|
criterion = "0.3"
|
|
|
|
[[bench]]
|
|
name = "extract"
|
|
path = "src/extract.rs"
|
|
harness = false |