Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I8080e8d293726fad569f3f8dd79b22ea6a6a6964
14 lines
323 B
TOML
14 lines
323 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
|