Skip to content

Commit

Permalink
Add LICENSE file to cargo package
Browse files Browse the repository at this point in the history
This is required by MIT terms "The above copyright notice and this
permission notice shall be included in all copies or substantial
portions of the Software."

Some tools will check for the file to be present before vendoring.
  • Loading branch information
denniskempin authored and PSeitz committed Jan 11, 2024
1 parent 8b5a5c3 commit d2e7fc4
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 @@ -9,7 +9,7 @@ repository = "https://github.com/pseitz/lz4_flex"
readme = "README.md"
license = "MIT"
version = "0.11.1"
include = ["src/*.rs", "src/frame/**/*", "src/block/**/*", "README.md"]
include = ["src/*.rs", "src/frame/**/*", "src/block/**/*", "README.md", "LICENSE"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit d2e7fc4

Please sign in to comment.