[package]
name = "xtask"
publish = false
description = "Build scripts using the cargo-xtask pattern"

# Keys inherited from workspace
authors.workspace = true
categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[dependencies]
anyhow.workspace = true
camino.workspace = true
cargo_metadata.workspace = true
clap.workspace = true