From e07558e99315b73997e04e0c5a862a71edbf6652 Mon Sep 17 00:00:00 2001 From: Dennis Kempin Date: Wed, 10 Jan 2024 14:19:48 -0800 Subject: [PATCH] Add LICENSE file to cargo package 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4825ef..f106424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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