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-clang-sys/clang-sys-fix-metadata.diff

11 lines
368 B

--- clang-sys-1.0.3/Cargo.toml 2020-11-19T10:46:33+00:00
+++ clang-sys-1.0.3/Cargo.toml 2020-11-27T22:43:53.920534+00:00
5 years ago
@@ -21,6 +21,7 @@
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KyleMayes/clang-sys"
+exclude = ["/.github/", "/clippy.toml"]
5 years ago
[package.metadata.docs.rs]
features = ["clang_10_0", "runtime"]
[dependencies.glob]