From 3fe2df2c6778045745ef16b492de4ca7ca0bfd37 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 26 May 2020 22:32:40 +0800 Subject: [PATCH] optimize includes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"