diff options
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index d23907dc986..4dc921c54e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "ports/geckolib", "ports/servo", ] +exclude = [".cargo"] [profile.dev] codegen-units = 4 |