diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3d36bcf8..4a8ff7f4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 658204c0..b0d32c02 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -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"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d7def6ce..8ca3bdf9 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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"