fix(cli): close #1032 - fix repository template url generation in cargo.toml
This commit is contained in:
parent
0fea8c02ee
commit
4578e58794
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue