summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/benches/capture/Cargo.toml
blob: 16f2c5071e46fc8642fb7434eeb77a624362ac79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "capture"
version = "0.1.0"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
description = "Tool for capturing a real-world workspace for benchmarking."
publish = false

[dependencies]
cargo_metadata.workspace = true
flate2.workspace = true
tar.workspace = true
toml.workspace = true

[lints]
workspace = true