From 5a87b2801038e8821fcceb96cf96fba2127da1d4 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Thu, 30 Jan 2025 16:04:27 +0100 Subject: [PATCH] Include LICENSE file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed by the MIT license terms ``` ❯ cargo package --list | grep LICENSE LICENSE ``` Signed-off-by: Michel Lind --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd12057..09f0ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" autoexamples = false build = "bindings/rust/build.rs" -include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"] +include = ["LICENSE", "bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"] [lib] path = "bindings/rust/lib.rs"