Skip to content

Commit

Permalink
exclude benchmarks and utils from crate release
Browse files Browse the repository at this point in the history
  • Loading branch information
lquenti committed Oct 5, 2023
1 parent 21b3a24 commit c75a08d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ license = "MIT"
authors = ["Lars Quentin <[email protected]>", "Johann Carl Meyer <[email protected]>"]
readme = "./README.md"

exclude = [
"benchmarks/*",
"utils/*",
]

[dependencies]
clap = {version = "4.2.5", features = ["derive"]} # for cli arg parsing
quick-xml = {version = "0.28.2", features = ["serialize"]} # for xml-parsing
Expand Down

0 comments on commit c75a08d

Please sign in to comment.