diff --git a/library/Cargo.toml b/library/Cargo.toml index 1205f7c9ed6b..1e2d996278e7 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -7,6 +7,7 @@ members = [ ] exclude = [ + "literal-escaper", # stdarch has its own Cargo workspace "stdarch", "windows_targets"