eh/xtask/Cargo.toml
NotAShelf 2c48da5895 eh: replaced the manual directory traversal with walkdir
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I537cc9b6ab7110c47f9884f1793b07596a6a6964
2026-01-30 22:03:58 +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" }