Skip to content

Commit

Permalink
Exclude unnecessary files from being packaged
Browse files Browse the repository at this point in the history
These files are unnecessary, and some cause issues (e.g. when packaged
in Fedora, having shell scripts creates a package dependency on Bash)

Signed-off-by: Michel Lind <[email protected]>
  • Loading branch information
michel-slm authored and algesten committed Feb 16, 2024
1 parent 5178597 commit 4ea0a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
keywords = ["web", "request", "https", "http", "client"]
categories = ["web-programming::http-client"]
edition = "2018"
exclude = ["/cargo_deny.sh", "/deny.toml", "/test.sh"]


# MSRV
Expand Down

0 comments on commit 4ea0a0a

Please sign in to comment.