summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/benches/capture/Cargo.toml
blob: e300815d5a24fa1384fde5509d60fef07c5a1a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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