Skip to content

Commit

Permalink
optimize includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 26, 2020
1 parent 3c9fb9e commit 3fe2df2
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 @@ -8,8 +8,8 @@ description = "A zero-copy json-lexer, filters and serializer."
repository = "https://github.com/Byron/json-tools"
keywords = ["json", "tools", "lexer"]
documentation = "https://docs.rs/crate/json-tools"
include = ["src/**/*.rs", "Cargo.toml"]
readme = "README.md"
include = ["src/**/*", "LICENSE.md", "LICENSE-*", "README.md", "changelog.md"]

[dev-dependencies]
criterion = "0.3"
Expand Down

0 comments on commit 3fe2df2

Please sign in to comment.