]> git.proxmox.com Git - cargo.git/blob - benches/capture/Cargo.toml
Add the start of a basic benchmarking suite.
[cargo.git] / benches / capture / Cargo.toml
1 [package]
2 name = "capture"
3 version = "0.1.0"
4 edition = "2018"
5 license = "MIT OR Apache-2.0"
6 description = "Tool for capturing a real-world workspace for benchmarking."
7
8 [dependencies]
9 cargo_metadata = "0.14.0"
10 flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
11 tar = { version = "0.4.35", default-features = false }
12 toml = "0.5.8"