From 05f53637e99e9874e63749124716a770fd58fd43 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 31 Aug 2026 00:15:14 +0200 Subject: build: add cargo aliases for doing fast compilation --- xtask/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xtask/Cargo.toml (limited to 'xtask/Cargo.toml') diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml new file mode 100644 index 0000000..337bfe3 --- /dev/null +++ b/xtask/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "xtask" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3-18-g5258