From 276eb0ae73f963519d6d7d495bdcd66b3d1c52d2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 22 Jan 2022 12:07:26 -0800 Subject: [PATCH] Include integration tests in published package Closes #578. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1022e9221..39d68344f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ documentation = "https://docs.serde.rs/serde_json/" keywords = ["json", "serde", "serialization"] categories = ["encoding"] readme = "README.md" -include = ["build.rs", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] edition = "2018" rust-version = "1.36"