diff --git a/Cargo.toml b/Cargo.toml index 41d79f411b..3bc38c78eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,13 @@ version = "0.0.20130412" authors = ["The Skia Project Developers and The Servo Project Developers"] links = "skia" build = "build.rs" +exclude = [ + "experimental/*", + "expectations/*", + "platform_tools/*", + "tools/*", + "tests/*", +] [dependencies] euclid = "0.2"