From 175b5c690f97a7de00aa651e9134c284cc07ea37 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Mon, 3 Mar 2025 12:47:37 -0600 Subject: [PATCH] Include LICENSE This is needed by the MIT license terms ``` $ cargo package --list --no-verify | 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 98e10caf..2f1a7da5 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"