Skip to content

Commit

Permalink
chore: include example config in package
Browse files Browse the repository at this point in the history
- Add config/config.example.yaml to package include list
- Format include list for better readability
  • Loading branch information
aljen committed Dec 1, 2024
1 parent 3559a16 commit 3ec7f14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ exclude = [
"benches/**/*",
]

include = ["src/**/*", "LICENSE*", "README.md", "CHANGELOG.md"]
include = [
"src/**/*",
"LICENSE*",
"README.md",
"CHANGELOG.md",
"config/config.example.yaml",
]

[badges]
maintenance = { status = "actively-developed" }
Expand Down

0 comments on commit 3ec7f14

Please sign in to comment.