diff --git a/cli/src/generate/templates/cargo.toml b/cli/src/generate/templates/cargo.toml index 8a99da9e..aaa6118a 100644 --- a/cli/src/generate/templates/cargo.toml +++ b/cli/src/generate/templates/cargo.toml @@ -4,7 +4,7 @@ description = "PARSER_NAME grammar for the tree-sitter parsing library" version = "0.0.1" keywords = ["incremental", "parsing", "PARSER_NAME"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-javascript" +repository = "https://github.com/tree-sitter/tree-sitter-PARSER_NAME" edition = "2018" license = "MIT"