Remove unneeded 'include' Cargo.toml entries

This commit is contained in:
David Tolnay
2023-07-19 13:44:55 -07:00
parent b88052d875
commit 07dcc4f7fe
5 changed files with 2 additions and 5 deletions
-1
View File
@@ -7,7 +7,6 @@ categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "A generic serialization/deserialization framework"
documentation = "https://docs.rs/serde"
homepage = "https://serde.rs"
include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["serde", "serialization", "no_std"]
license = "MIT OR Apache-2.0"
readme = "crates-io.md"