You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-cxx/cxx-fix-metadata.diff

21 lines
492 B

--- cxx-1.0.91/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.91/Cargo.toml 2023-02-28T20:45:47.578879+00:00
@@ -17,11 +17,16 @@
authors = ["David Tolnay <dtolnay@gmail.com>"]
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"