--- cxx-1.0.107/Cargo.toml 1970-01-01T00:00:01+00:00 +++ cxx-1.0.107/Cargo.toml 2023-09-19T20:55:53.400057+00:00 @@ -17,11 +17,16 @@ authors = ["David Tolnay "] links = "cxxbridge1" exclude = [ + "/book", "/demo", "/gen", "/syntax", "/third-party", - "/tools/buck/prelude", + "/tools/bazel", + "/tools/buck", + "/BUCK", + "/BUILD", + "/WORKSPACE", ] description = "Safe interop between Rust and C++" homepage = "https://cxx.rs"