Add repo URL to Cargo.toml files

This commit is contained in:
Max Brunsfeld 2019-08-19 16:36:40 -07:00
parent 8e3ff6376f
commit ec7756faa0
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing"]
categories = ["command-line-utilities", "parsing"]
repository = "https://github.com/tree-sitter/tree-sitter"
[[bin]]
name = "tree-sitter"

View file

@ -11,6 +11,7 @@ readme = "README.md"
edition = "2018"
keywords = ["incremental", "parsing", "syntax", "highlighting"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter"
[lib]
crate-type = ["lib", "staticlib"]

View file

@ -7,6 +7,7 @@ license = "MIT"
readme = "binding_rust/README.md"
keywords = ["incremental", "parsing"]
categories = ["api-bindings", "parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter"
build = "binding_rust/build.rs"