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