From aa7c6345a4a724d24ced838722d34af3f650cb55 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 23 Jul 2023 19:54:57 -0700 Subject: [PATCH] Include license files in serde_derive crate --- precompiled/serde_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precompiled/serde_derive/Cargo.toml b/precompiled/serde_derive/Cargo.toml index 43f22cd63..42a021f28 100644 --- a/precompiled/serde_derive/Cargo.toml +++ b/precompiled/serde_derive/Cargo.toml @@ -7,7 +7,7 @@ description = "Implementation of #[derive(Serialize, Deserialize)]" documentation = "https://serde.rs/derive.html" edition = "2015" homepage = "https://serde.rs" -include = ["serde_derive-x86_64-unknown-linux-gnu", "src"] +include = ["serde_derive-x86_64-unknown-linux-gnu", "src", "LICENSE-APACHE", "LICENSE-MIT"] keywords = ["serde", "serialization", "no_std", "derive"] license = "MIT OR Apache-2.0" readme = "crates-io.md"