From 80d42a64d0e330ec3138dddd547b11c814a25edf Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Mon, 23 Oct 2023 11:01:01 -0700 Subject: [PATCH] chore: Add license to Cargo.toml This package cannot be published to crates.io without it. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0f056de1..3938c05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ keywords = ["incremental", "parsing", "php"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-php" edition = "2018" +license = "MIT" build = "bindings/rust/build.rs" include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]