eh/xtask/Cargo.toml
NotAShelf 185403436b
Some checks failed
Rust / build (push) Has been cancelled
eh: replaced the manual directory traversal with walkdir
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I537cc9b6ab7110c47f9884f1793b07596a6a6964
2025-11-13 01:13:13 +03:00

14 lines
348 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" }