feat(rust): Add direct links to documentation
Make the URL to the documentation of the various crates known so that it will be easier to click through to it from a crates.io search [0]. [0] https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field
This commit is contained in:
parent
dff828cdbe
commit
f0165dee92
8 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ rust-version.workspace = true
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-cli"
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ rust-version.workspace = true
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-config"
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ rust-version.workspace = true
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-generate"
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ rust-version.workspace = true
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-highlight"
|
||||
license.workspace = true
|
||||
keywords = ["incremental", "parsing", "syntax", "highlighting"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ rust-version = "1.76"
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-language"
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories = ["api-bindings", "development-tools::ffi", "parsing"]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ rust-version.workspace = true
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-loader"
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ rust-version.workspace = true
|
|||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-tags"
|
||||
license.workspace = true
|
||||
keywords = ["incremental", "parsing", "syntax", "tagging"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ rust-version = "1.76"
|
|||
readme = "binding_rust/README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter"
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue