diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 15:22:05 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 15:22:05 +0200 |
| commit | 20fe4b1e1cee75463cd63cfe202e05e0b61d941a (patch) | |
| tree | a395e1b96c5bedb4c0e8833a82d8e7d636630e88 /Cargo.toml | |
| parent | 5d5dd65cee63b8805a186d28660ed65072b3b88a (diff) | |
Simplify dir
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 = [ |