chore: add cargo xtask alias

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iaf5e1365e825e88a6cde49a50624c7736a6a6964
This commit is contained in:
raf 2026-03-21 02:19:37 +03:00
commit c18edc9146
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,3 +1,6 @@
[alias]
xtask = "run --manifest-path xtask/Cargo.toml --"
[unstable]
build-std = ["std", "panic_abort", "core", "alloc"]