eh/xtask/Cargo.toml
NotAShelf 0174e390f3
Some checks failed
Rust / build (push) Failing after 33s
try to get completions going
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964dcd3beb752ae2d3a90ab6e545815c692
2025-08-04 23:10:00 +03:00

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" }