microfetch/crates/benchmarks/Cargo.toml
NotAShelf 77d9c725c7
meta: move benchmarks to dedicated crate
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I753245e75da3a995c622a2c73f77bcb26a6a6964
2026-03-27 17:18:43 +03:00

21 lines
509 B
TOML

[package]
name = "microfetch-bench"
description = "Benchmarks for microfetch"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
license.workspace = true
publish = false
[dependencies]
criterion.workspace = true
criterion-cycles-per-byte.workspace = true
microfetch-lib.workspace = true
[[bench]]
harness = false
name = "microfetch"
[lints]
workspace = true