Skip to content

Commit

Permalink
Merge pull request #222 from weiznich/master
Browse files Browse the repository at this point in the history
Add an explicit include section to the `Cargo.toml`
  • Loading branch information
danielrh authored Dec 17, 2024
2 parents ac9ae8b + 4b059e6 commit 6c078c0
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 @@ -13,6 +13,13 @@ readme = "README.md"
autobins = false
edition = "2015"
rust-version = "1.59.0"
include = [
"/src/**/*.rs",
"/examples/**/*.rs",
"/Cargo.toml",
"/README.md",
"/LICENSE.MIT",
]

[[bin]]
doc = false
Expand Down

0 comments on commit 6c078c0

Please sign in to comment.