Skip to content

Commit

Permalink
Remove repository junk from the package (#57)
Browse files Browse the repository at this point in the history
I'd like to land this before releasing 0.6.0. Found with `cargo publish
--dry-run`

linebender/peniko#89
  • Loading branch information
DJMcNab authored Jan 21, 2025
1 parent ebc01f9 commit 15fed32
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ license.workspace = true
edition.workspace = true
repository.workspace = true

exclude = [
".github",
".clippy.toml",
".gitignore",
".typos.toml",
".cargo",
# The examples folder contains our example packages, not any direct examples for this package
"examples/",
# Given that this has .gitkeep, I assume that the plan is to use it to store screenshots?
"tests",
"rustfmt.toml",
]

[package.metadata.docs.rs]
all-features = true
# There are no platform specific docs.
Expand Down

0 comments on commit 15fed32

Please sign in to comment.