fix(cli): close #1032 - fix repository template url generation in cargo.toml

This commit is contained in:
Andrew Hlynskyi 2021-06-23 00:59:50 +03:00
parent 0fea8c02ee
commit 4578e58794

View file

@ -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"