diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:36:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:36:01 +0200 |
| commit | 3f76f5f4a42a1b233c6c3a981cea0a4186dc6fb0 (patch) | |
| tree | cd8ba73895f463ed6e720ec6d736611cad1c0f27 /Cargo.toml | |
| parent | 39b375df57e4dac9c2003061fb9674b306834021 (diff) | |
Update cargo
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 = "0.0.1" +version = "1.0.0" keywords = ["incremental", "parsing", "api-notation"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-api-notation" edition = "2018" -license = "MIT" +license = "Apache-2.0" build = "bindings/rust/build.rs" include = [ |