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 /Cargo.lock | |
| parent | 2d8946bc44b4cf894655a0c1108afa8ce8962077 (diff) | |
build: add cargo aliases for doing fast compilation
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3148,6 +3148,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" [[package]] +name = "xtask" +version = "0.1.0" + +[[package]] name = "zerocopy" version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" |
