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 -1
View File
@@ -4,8 +4,8 @@ version = "0.28.0" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
description = "AST representation used by Serde derive macros. Unstable."
documentation = "https://docs.rs/serde_derive_internals"
exclude = ["build.rs"]
homepage = "https://serde.rs"
include = ["lib.rs", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/serde"