Skip to content

Commit

Permalink
Merge pull request #325 from andrewdavidmackenzie/exclude_files
Browse files Browse the repository at this point in the history
Avoid publishing to crates.io a bunch of files not used in cargo install
  • Loading branch information
andrewdavidmackenzie authored Aug 4, 2024
2 parents 7c2bb38 + 64d769d commit 641ab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "Apache-2.0"
documentation = "https://github.com/andrewdavidmackenzie/pigg/README.md"
repository = "https://github.com/andrewdavidmackenzie/pigg/"
readme = "README.md"
exclude = [".github", "assets/", "codecov.yml", "configs/", "Makefile", ".cargo_vcs_info_.json"]

[[bin]]
name = "piggui"
Expand Down Expand Up @@ -69,4 +70,3 @@ rppal = "0.18.0"

[target.armv7-unknown-linux-gnueabihf.dependencies]
rppal = "0.18.0"

0 comments on commit 641ab33

Please sign in to comment.