diff --git a/Cargo.toml b/Cargo.toml index fd3f089..c85a63d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"