Skip to content

Commit 4cabc9f

Browse files
authored
Merge pull request #2527 from ankane/license-files
Include license files in serde_derive crate
2 parents 27414c9 + aa7c634 commit 4cabc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precompiled/serde_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Implementation of #[derive(Serialize, Deserialize)]"
77
documentation = "https://serde.rs/derive.html"
88
edition = "2015"
99
homepage = "https://serde.rs"
10-
include = ["serde_derive-x86_64-unknown-linux-gnu", "src"]
10+
include = ["serde_derive-x86_64-unknown-linux-gnu", "src", "LICENSE-APACHE", "LICENSE-MIT"]
1111
keywords = ["serde", "serialization", "no_std", "derive"]
1212
license = "MIT OR Apache-2.0"
1313
readme = "crates-io.md"

0 commit comments

Comments
 (0)