From f10e84f382a4e53144af0c958be3017064478262 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Thu, 30 Jan 2025 23:11:17 +0100 Subject: [PATCH] Include LICENSE file (#249) 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 be0d4a0..29dacf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,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"