Add missing fields to Cargo.toml
This commit is contained in:
parent
b6667bed36
commit
1de159fdd1
|
@ -6,6 +6,10 @@ keywords = ["incremental", "parsing", "bash"]
|
|||
categories = ["parsing", "text-editors"]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
"Max Brunsfeld <maxbrunsfeld@gmail.com",
|
||||
]
|
||||
|
||||
build = "bindings/rust/build.rs"
|
||||
include = [
|
||||
|
|
Loading…
Reference in New Issue