mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-15 02:41:00 +00:00
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.6 to 0.4.0. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
358 B
TOML
17 lines
358 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.4.0"
|
|
|
|
[[bench]]
|
|
name = "extract"
|
|
path = "src/extract.rs"
|
|
harness = false
|