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.
11 lines
339 B
11 lines
339 B
6 years ago
|
--- clang-sys-0.24.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
|
+++ clang-sys-0.24.0/Cargo.toml 2018-10-04T14:29:57.027994+02:00
|
||
|
@@ -21,6 +21,7 @@
|
||
|
readme = "README.md"
|
||
|
license = "Apache-2.0"
|
||
|
repository = "https://github.com/KyleMayes/clang-sys"
|
||
|
+exclude = ["/appveyor.yml", "/ci/*", "/clippy.toml"]
|
||
|
[dependencies.glob]
|
||
|
version = "0.2.11"
|
||
|
|