diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-31 00:15:14 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-31 00:15:14 +0200 |
| commit | 05f53637e99e9874e63749124716a770fd58fd43 (patch) | |
| tree | e025fb66101856c52e20437e3587a8d0438a7e86 /xtask/Cargo.toml | |
| parent | 2d8946bc44b4cf894655a0c1108afa8ce8962077 (diff) | |
build: add cargo aliases for doing fast compilation
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 6 |
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] |
