Add repo URL to Cargo.toml files
This commit is contained in:
parent
8e3ff6376f
commit
ec7756faa0
3 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue