File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ const LICENSES: &[&str] = &[
21
21
"Apache-2.0" ,
22
22
"Apache-2.0/MIT" ,
23
23
"BSD-2-Clause OR Apache-2.0 OR MIT" , // zerocopy
24
+ "BSD-2-Clause" , // arrayref
25
+ "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception" , // blake3
26
+ "CC0-1.0 OR MIT-0 OR Apache-2.0" , // constant_time_eq
24
27
"ISC" ,
25
28
"MIT / Apache-2.0" ,
26
29
"MIT OR Apache-2.0 OR LGPL-2.1-or-later" , // r-efi, r-efi-alloc
@@ -232,15 +235,18 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
232
235
"annotate-snippets" ,
233
236
"anstyle" ,
234
237
"ar_archive_writer" ,
238
+ "arrayref" ,
235
239
"arrayvec" ,
236
240
"autocfg" ,
237
241
"bitflags" ,
242
+ "blake3" ,
238
243
"block-buffer" ,
239
244
"byteorder" , // via ruzstd in object in thorin-dwp
240
245
"cc" ,
241
246
"cfg-if" ,
242
247
"cfg_aliases" ,
243
248
"compiler_builtins" ,
249
+ "constant_time_eq" ,
244
250
"cpufeatures" ,
245
251
"crc32fast" ,
246
252
"crossbeam-channel" ,
You can’t perform that action at this time.
0 commit comments