diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ [package] name = "tree-sitter-api-notation" description = "api-notation grammar for the tree-sitter parsing library" -version = "1.0.0" +version = "0.0.1" keywords = ["incremental", "parsing", "api-notation"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-api-notation" edition = "2018" -license = "Apache-2.0" +license = "MIT" build = "bindings/rust/build.rs" include = [ |