Some checks failed
Rust / build (push) Failing after 33s
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964dcd3beb752ae2d3a90ab6e545815c692
14 lines
318 B
TOML
14 lines
318 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 = { path = "../eh" }
|