← snapshot
535 bytes
# Repository automation. Neutral plane: it reads the dependency graph, it is
# not part of it — no workspace crate depends on xtask.
[package]
name = "xtask"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
description = "Repository automation: boundary proof, module-layout lint, CI driver"
[package.metadata.jacquard]
plane = "neutral"
[dependencies]
anyhow.workspace = true
cargo_metadata.workspace = true
clap.workspace = true
[lints]
workspace = true