Skip to content

Commit c012613

Browse files
authored
Exclude curl/docs and curl/tests from curl-sys crate (#554)
These directories within the curl submodule are 5 and 11 MB, respectively, and are not necessary for building curl-sys.
1 parent 6b38fc9 commit c012613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curl-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Native bindings to the libcurl library"
1010
documentation = "https://docs.rs/curl-sys"
1111
categories = ["external-ffi-bindings"]
1212
edition = "2018"
13+
exclude = ["curl/docs/", "curl/tests/"]
1314

1415
[badges]
1516
travis-ci = { repository = "alexcrichton/curl-rust" }

0 commit comments

Comments
 (0)