Skip to content

Commit

Permalink
chore: Exclude random junk from being packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
onkoe committed Nov 21, 2023
1 parent 12601d0 commit 6ac4edf
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 @@ -15,7 +15,7 @@ categories = [
]
keywords = ["max6675", "spi"]
readme = "README.md"
exclude = [".github"]
exclude = [".github", ".githooks", ".gitignore", "deny.toml", "Cargo.lock"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 6ac4edf

Please sign in to comment.