diff options
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/.gitignore | 2 | ||||
-rw-r--r-- | subprojects/autocfg-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/countme-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/dissimilar-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/expect-test-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/hashbrown-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/memoffset-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/once_cell-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/rnix-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/rowan-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/rustc-hash-rs.wrap | 6 | ||||
-rw-r--r-- | subprojects/text-size-rs.wrap | 6 |
12 files changed, 68 insertions, 0 deletions
diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 000000000..e1e3c3239 --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1,2 @@ +# Downloaded wrapped Rust projects +*-*.*.* diff --git a/subprojects/autocfg-rs.wrap b/subprojects/autocfg-rs.wrap new file mode 100644 index 000000000..8e988f41e --- /dev/null +++ b/subprojects/autocfg-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = autocfg-1.1.0 +source_url = https://crates.io/api/v1/crates/autocfg/1.1.0/download +source_filename = autocfg-1.1.0.tar.gz +source_hash = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa diff --git a/subprojects/countme-rs.wrap b/subprojects/countme-rs.wrap new file mode 100644 index 000000000..e160e34c0 --- /dev/null +++ b/subprojects/countme-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = countme-3.0.1 +source_url = https://crates.io/api/v1/crates/countme/3.0.1/download +source_filename = countme-3.0.1.tar.gz +source_hash = 7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636 diff --git a/subprojects/dissimilar-rs.wrap b/subprojects/dissimilar-rs.wrap new file mode 100644 index 000000000..a51407482 --- /dev/null +++ b/subprojects/dissimilar-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = dissimilar-1.0.7 +source_url = https://crates.io/api/v1/crates/dissimilar/1.0.7/download +source_filename = dissimilar-1.0.7.tar.gz +source_hash = 86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632 diff --git a/subprojects/expect-test-rs.wrap b/subprojects/expect-test-rs.wrap new file mode 100644 index 000000000..1e2a4a3b9 --- /dev/null +++ b/subprojects/expect-test-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = expect-test-1.4.1 +source_url = https://crates.io/api/v1/crates/expect-test/1.4.1/download +source_filename = expect-test-1.4.1.tar.gz +source_hash = 30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3 diff --git a/subprojects/hashbrown-rs.wrap b/subprojects/hashbrown-rs.wrap new file mode 100644 index 000000000..d2876225a --- /dev/null +++ b/subprojects/hashbrown-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = hashbrown-0.14.5 +source_url = https://crates.io/api/v1/crates/hashbrown/0.14.5/download +source_filename = hashbrown-0.14.5.tar.gz +source_hash = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 diff --git a/subprojects/memoffset-rs.wrap b/subprojects/memoffset-rs.wrap new file mode 100644 index 000000000..e9cc37422 --- /dev/null +++ b/subprojects/memoffset-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = memoffset-0.9.1 +source_url = https://crates.io/api/v1/crates/memoffset/0.9.1/download +source_filename = memoffset-0.9.1.tar.gz +source_hash = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a diff --git a/subprojects/once_cell-rs.wrap b/subprojects/once_cell-rs.wrap new file mode 100644 index 000000000..03345d388 --- /dev/null +++ b/subprojects/once_cell-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = once_cell-1.19.0 +source_url = https://crates.io/api/v1/crates/once_cell/1.19.0/download +source_filename = once_cell-1.19.0.tar.gz +source_hash = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 diff --git a/subprojects/rnix-rs.wrap b/subprojects/rnix-rs.wrap new file mode 100644 index 000000000..b06f72336 --- /dev/null +++ b/subprojects/rnix-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = rnix-0.11.0 +source_url = https://crates.io/api/v1/crates/rnix/0.11.0/download +source_filename = rnix-0.11.0.tar.gz +source_hash = bb35cedbeb70e0ccabef2a31bcff0aebd114f19566086300b8f42c725fc2cb5f diff --git a/subprojects/rowan-rs.wrap b/subprojects/rowan-rs.wrap new file mode 100644 index 000000000..f6ab76d69 --- /dev/null +++ b/subprojects/rowan-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = rowan-0.15.15 +source_url = https://crates.io/api/v1/crates/rowan/0.15.15/download +source_filename = rowan-0.15.15.tar.gz +source_hash = 32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49 diff --git a/subprojects/rustc-hash-rs.wrap b/subprojects/rustc-hash-rs.wrap new file mode 100644 index 000000000..105234788 --- /dev/null +++ b/subprojects/rustc-hash-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = rustc-hash-1.1.0 +source_url = https://crates.io/api/v1/crates/rustc-hash/1.1.0/download +source_filename = rustc-hash-1.1.0.tar.gz +source_hash = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 diff --git a/subprojects/text-size-rs.wrap b/subprojects/text-size-rs.wrap new file mode 100644 index 000000000..8c7f1f4fe --- /dev/null +++ b/subprojects/text-size-rs.wrap @@ -0,0 +1,6 @@ +[wrap-file] +method = cargo +directory = text-size-1.1.1 +source_url = https://crates.io/api/v1/crates/text-size/1.1.1/download +source_filename = text-size-1.1.1.tar.gz +source_hash = f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233 |