tidy: allow stdlib to depend on moto-rt

As part of work to add stdlib support for Motor OS.
This commit is contained in:
U. Lasiotus 2025-09-24 12:11:44 -07:00
parent 82224f6891
commit 8fad3a17ca

View file

@ -569,6 +569,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
"libc",
"memchr",
"miniz_oxide",
"moto-rt",
"object",
"r-efi",
"r-efi-alloc",