@@ -31,6 +31,15 @@ def raze_fetch_remote_crates():
31
31
build_file = Label ("//bazel/cargo/remote:BUILD.autocfg-1.0.1.bazel" ),
32
32
)
33
33
34
+ maybe (
35
+ http_archive ,
36
+ name = "raze__bitflags__1_2_1" ,
37
+ url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download" ,
38
+ type = "tar.gz" ,
39
+ strip_prefix = "bitflags-1.2.1" ,
40
+ build_file = Label ("//bazel/cargo/remote:BUILD.bitflags-1.2.1.bazel" ),
41
+ )
42
+
34
43
maybe (
35
44
http_archive ,
36
45
name = "raze__cfg_if__1_0_0" ,
@@ -51,6 +60,15 @@ def raze_fetch_remote_crates():
51
60
build_file = Label ("//bazel/cargo/remote:BUILD.chrono-0.4.19.bazel" ),
52
61
)
53
62
63
+ maybe (
64
+ http_archive ,
65
+ name = "raze__either__1_6_1" ,
66
+ url = "https://crates.io/api/v1/crates/either/1.6.1/download" ,
67
+ type = "tar.gz" ,
68
+ strip_prefix = "either-1.6.1" ,
69
+ build_file = Label ("//bazel/cargo/remote:BUILD.either-1.6.1.bazel" ),
70
+ )
71
+
54
72
maybe (
55
73
http_archive ,
56
74
name = "raze__getrandom__0_2_2" ,
@@ -121,6 +139,15 @@ def raze_fetch_remote_crates():
121
139
build_file = Label ("//bazel/cargo/remote:BUILD.once_cell-1.7.2.bazel" ),
122
140
)
123
141
142
+ maybe (
143
+ http_archive ,
144
+ name = "raze__ppv_lite86__0_2_10" ,
145
+ url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download" ,
146
+ type = "tar.gz" ,
147
+ strip_prefix = "ppv-lite86-0.2.10" ,
148
+ build_file = Label ("//bazel/cargo/remote:BUILD.ppv-lite86-0.2.10.bazel" ),
149
+ )
150
+
124
151
maybe (
125
152
http_archive ,
126
153
name = "raze__protobuf__2_22_1" ,
@@ -130,6 +157,96 @@ def raze_fetch_remote_crates():
130
157
build_file = Label ("//bazel/cargo/remote:BUILD.protobuf-2.22.1.bazel" ),
131
158
)
132
159
160
+ maybe (
161
+ http_archive ,
162
+ name = "raze__protobuf_codegen__2_22_1" ,
163
+ url = "https://crates.io/api/v1/crates/protobuf-codegen/2.22.1/download" ,
164
+ type = "tar.gz" ,
165
+ strip_prefix = "protobuf-codegen-2.22.1" ,
166
+ build_file = Label ("//bazel/cargo/remote:BUILD.protobuf-codegen-2.22.1.bazel" ),
167
+ )
168
+
169
+ maybe (
170
+ http_archive ,
171
+ name = "raze__protoc__2_22_1" ,
172
+ url = "https://crates.io/api/v1/crates/protoc/2.22.1/download" ,
173
+ type = "tar.gz" ,
174
+ strip_prefix = "protoc-2.22.1" ,
175
+ build_file = Label ("//bazel/cargo/remote:BUILD.protoc-2.22.1.bazel" ),
176
+ )
177
+
178
+ maybe (
179
+ http_archive ,
180
+ name = "raze__protoc_rust__2_22_1" ,
181
+ url = "https://crates.io/api/v1/crates/protoc-rust/2.22.1/download" ,
182
+ type = "tar.gz" ,
183
+ strip_prefix = "protoc-rust-2.22.1" ,
184
+ build_file = Label ("//bazel/cargo/remote:BUILD.protoc-rust-2.22.1.bazel" ),
185
+ )
186
+
187
+ maybe (
188
+ http_archive ,
189
+ name = "raze__rand__0_8_3" ,
190
+ url = "https://crates.io/api/v1/crates/rand/0.8.3/download" ,
191
+ type = "tar.gz" ,
192
+ strip_prefix = "rand-0.8.3" ,
193
+ build_file = Label ("//bazel/cargo/remote:BUILD.rand-0.8.3.bazel" ),
194
+ )
195
+
196
+ maybe (
197
+ http_archive ,
198
+ name = "raze__rand_chacha__0_3_0" ,
199
+ url = "https://crates.io/api/v1/crates/rand_chacha/0.3.0/download" ,
200
+ type = "tar.gz" ,
201
+ strip_prefix = "rand_chacha-0.3.0" ,
202
+ build_file = Label ("//bazel/cargo/remote:BUILD.rand_chacha-0.3.0.bazel" ),
203
+ )
204
+
205
+ maybe (
206
+ http_archive ,
207
+ name = "raze__rand_core__0_6_2" ,
208
+ url = "https://crates.io/api/v1/crates/rand_core/0.6.2/download" ,
209
+ type = "tar.gz" ,
210
+ strip_prefix = "rand_core-0.6.2" ,
211
+ build_file = Label ("//bazel/cargo/remote:BUILD.rand_core-0.6.2.bazel" ),
212
+ )
213
+
214
+ maybe (
215
+ http_archive ,
216
+ name = "raze__rand_hc__0_3_0" ,
217
+ url = "https://crates.io/api/v1/crates/rand_hc/0.3.0/download" ,
218
+ type = "tar.gz" ,
219
+ strip_prefix = "rand_hc-0.3.0" ,
220
+ build_file = Label ("//bazel/cargo/remote:BUILD.rand_hc-0.3.0.bazel" ),
221
+ )
222
+
223
+ maybe (
224
+ http_archive ,
225
+ name = "raze__redox_syscall__0_2_5" ,
226
+ url = "https://crates.io/api/v1/crates/redox_syscall/0.2.5/download" ,
227
+ type = "tar.gz" ,
228
+ strip_prefix = "redox_syscall-0.2.5" ,
229
+ build_file = Label ("//bazel/cargo/remote:BUILD.redox_syscall-0.2.5.bazel" ),
230
+ )
231
+
232
+ maybe (
233
+ http_archive ,
234
+ name = "raze__remove_dir_all__0_5_3" ,
235
+ url = "https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download" ,
236
+ type = "tar.gz" ,
237
+ strip_prefix = "remove_dir_all-0.5.3" ,
238
+ build_file = Label ("//bazel/cargo/remote:BUILD.remove_dir_all-0.5.3.bazel" ),
239
+ )
240
+
241
+ maybe (
242
+ http_archive ,
243
+ name = "raze__tempfile__3_2_0" ,
244
+ url = "https://crates.io/api/v1/crates/tempfile/3.2.0/download" ,
245
+ type = "tar.gz" ,
246
+ strip_prefix = "tempfile-3.2.0" ,
247
+ build_file = Label ("//bazel/cargo/remote:BUILD.tempfile-3.2.0.bazel" ),
248
+ )
249
+
133
250
maybe (
134
251
http_archive ,
135
252
name = "raze__time__0_1_43" ,
@@ -160,6 +277,15 @@ def raze_fetch_remote_crates():
160
277
build_file = Label ("//bazel/cargo/remote:BUILD.wasi-0.10.2+wasi-snapshot-preview1.bazel" ),
161
278
)
162
279
280
+ maybe (
281
+ http_archive ,
282
+ name = "raze__which__4_1_0" ,
283
+ url = "https://crates.io/api/v1/crates/which/4.1.0/download" ,
284
+ type = "tar.gz" ,
285
+ strip_prefix = "which-4.1.0" ,
286
+ build_file = Label ("//bazel/cargo/remote:BUILD.which-4.1.0.bazel" ),
287
+ )
288
+
163
289
maybe (
164
290
http_archive ,
165
291
name = "raze__winapi__0_3_9" ,
0 commit comments