Skip to content

Commit

Permalink
Merge pull request #23 from ignatenkobrain/patch-1
Browse files Browse the repository at this point in the history
include LICENSE-* onto crates.io
  • Loading branch information
dtolnay committed Jul 28, 2018
2 parents b138d00 + a812ed1 commit 958afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Type-erased Serialize and Serializer traits"
repository = "https://github.com/dtolnay/erased-serde"
documentation = "https://github.com/dtolnay/erased-serde"
keywords = ["serde", "erasure"]
include = ["Cargo.toml", "src/**/*.rs"]
include = ["Cargo.toml", "src/**/*.rs", "LICENSE-*"]

[dependencies]
serde = "1.0"
Expand Down

0 comments on commit 958afce

Please sign in to comment.