Allow shlex stdlib dependency

This commit is contained in:
Chris Denton 2024-09-27 10:06:48 +00:00
parent 892d192b15
commit 6c852d3ec4
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -481,6 +481,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
"rand_core",
"rand_xorshift",
"rustc-demangle",
"shlex",
"unicode-width",
"unwinding",
"wasi",