Skip to content

Commit

Permalink
Merge pull request #2527 from ankane/license-files
Browse files Browse the repository at this point in the history
Include license files in serde_derive crate
  • Loading branch information
dtolnay committed Jul 24, 2023
2 parents 27414c9 + aa7c634 commit 4cabc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiled/serde_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cabc9f

Please sign in to comment.