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

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