Skip to content

Commit

Permalink
Add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Jan 4, 2025
1 parent ee775a1 commit 7ebf1a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ homepage = "https://github.com/sweetrpg/model-core"
keywords = ["sweetrpg", "model", "core"]
categories = ["game", "rpg", "sweetrpg", "model", "core"]
authors = ["Paul Schifferer <[email protected]>"]
exclude = [
"*.orig",
".github/*",
".gitignore",
".rust-version",
".editorconfig",
]

[dependencies]
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 7ebf1a3

Please sign in to comment.