1
Fork 0

Permit deps (scarry)

This commit is contained in:
Maybe Waffle 2022-11-28 13:37:36 +00:00
parent f4d00fe785
commit b44817f95e

View file

@ -98,6 +98,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"chalk-ir",
"chalk-solve",
"chrono",
"convert_case", // dependency of derive_more
"compiler_builtins",
"cpufeatures",
"crc32fast",
@ -108,6 +109,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"crypto-common",
"cstr",
"datafrog",
"derive_more",
"difference",
"digest",
"displaydoc",