diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 1fe85b85e..03ab6178d 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -10,6 +10,7 @@ description = "Native bindings to the libcurl library" documentation = "https://docs.rs/curl-sys" categories = ["external-ffi-bindings"] edition = "2018" +exclude = ["curl/docs/", "curl/tests/"] [badges] travis-ci = { repository = "alexcrichton/curl-rust" }