mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
17 lines
376 B
TOML
17 lines
376 B
TOML
[package]
|
|
name = "capture"
|
|
version = "0.1.0"
|
|
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, features = ["display", "parse", "serde"] }
|
|
|
|
[lints]
|
|
workspace = true
|