summaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-31 00:15:14 +0200
committerHampusM <hampus@hampusmat.com>2026-08-31 00:15:14 +0200
commit05f53637e99e9874e63749124716a770fd58fd43 (patch)
treee025fb66101856c52e20437e3587a8d0438a7e86 /xtask/Cargo.toml
parent2d8946bc44b4cf894655a0c1108afa8ce8962077 (diff)
build: add cargo aliases for doing fast compilation
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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]