Skip to content

Commit

Permalink
Exclude curl/docs and curl/tests from curl-sys crate (#554)
Browse files Browse the repository at this point in the history
These directories within the curl submodule are 5 and 11 MB,
respectively, and are not necessary for building curl-sys.
  • Loading branch information
adam-azarchs committed Mar 6, 2024
1 parent 6b38fc9 commit c012613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c012613

Please sign in to comment.