Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iee1d7c2ed2c4b2cd5520c68ceb2b5e6d6a6a6964
14 lines
334 B
TOML
14 lines
334 B
TOML
[package]
|
|
name = "xtask"
|
|
description.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
publish = false
|
|
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
clap_complete.workspace = true
|
|
eh.workspace = true
|