meta: move xtask to crates/

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I8080e8d293726fad569f3f8dd79b22ea6a6a6964
This commit is contained in:
raf 2026-01-30 16:13:23 +03:00
commit 4355f1d2c7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 193 additions and 193 deletions

14
crates/xtask/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[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.workspace = true