Skip to content

Commit

Permalink
fix included files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Mar 3, 2024
1 parent e70e26f commit d9f5b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["text-processing"]
include = [
"/README.md",
"/Cargo.toml",
"/src/*.rs",
"/src/*",
"LICENSE",
# unfortunate but otherwise cargo publish fails becuase there is a bench target
"/benches",
Expand Down

0 comments on commit d9f5b7b

Please sign in to comment.