initial commit

This commit is contained in:
raf 2025-07-21 23:56:50 +03:00
commit a4d6b9e203
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
8 changed files with 709 additions and 0 deletions

12
xtask/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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