Skip to content

Commit

Permalink
Merge pull request #193 from look/look/cargo-license
Browse files Browse the repository at this point in the history
chore: Add license to Cargo.toml
  • Loading branch information
dcreager committed Oct 25, 2023
2 parents 0e02e7f + 80d42a6 commit 33e3016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"]
Expand Down

0 comments on commit 33e3016

Please sign in to comment.