blob: c15798787cc781d02c225a74d48334cca7e1f3c3 [file] [log] [blame]
[package]
name = "benchsuite"
version = "0.0.0"
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
description = "Benchmarking suite for Cargo."
publish = false
[dependencies]
cargo.workspace = true
criterion.workspace = true
flate2.workspace = true
tar.workspace = true
url.workspace = true
[lib]
bench = false
[[bench]]
name = "resolve"
harness = false
[[bench]]
name = "workspace_initialization"
harness = false