diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2019-07-09 12:19:53 +0200 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2019-07-27 13:25:22 +0200 |
commit | 9f153e971a57834c5f0ea4d9c6772d1041483169 (patch) | |
tree | 8725cdcc826773e69556716a7d285344e0931665 /Cargo.toml | |
parent | d4bb00a544f4b81b67b4ccfd6d069f189a47ab11 (diff) | |
download | rust-libc-9f153e971a57834c5f0ea4d9c6772d1041483169.tar.gz |
Patch mingw libraries for windows gnu targets
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index bf6ff2c0f9..0b054a8442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "http://doc.rust-lang.org/libc" keywords = ["libc", "ffi", "bindings", "operating", "system" ] categories = ["external-ffi-bindings", "no-std", "os"] build = "build.rs" -exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] +exclude = ["/ci/*", "/azure-pipelines.yml"] description = """ Raw FFI bindings to platform libraries like libc. """ |