diff --git a/Cargo.toml b/Cargo.toml index 1c474d3..a02ac4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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