summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/benches/capture/Cargo.toml
blob: 6319a0130d4fe117ad976558df64425e097eb9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "capture"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
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