mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
fix(rust): address manual-readme lint
Cargo automatically resolves this, so the `Cargo.toml` entries are redundant.
This commit is contained in:
parent
068db86ca9
commit
f430449ab9
|
|
@ -5,7 +5,6 @@ description = "CLI tool for developing, testing, and using Tree-sitter parsers"
|
|||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-cli"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ description = "User configuration of tree-sitter's command line programs"
|
|||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-config"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ description = "Library for generating C source code from a tree-sitter grammar"
|
|||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-generate"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ description = "Library for performing syntax highlighting with Tree-sitter"
|
|||
authors = [ "Max Brunsfeld <maxbrunsfeld@gmail.com>", "Tim Clem <timothy.clem@gmail.com>" ]
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-highlight"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ version = "0.1.8"
|
|||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version = "1.90"
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-language"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ description = "Locates, builds, and loads tree-sitter grammars at runtime"
|
|||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-loader"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ description = "Library for extracting tag information"
|
|||
authors = [ "Max Brunsfeld <maxbrunsfeld@gmail.com>", "Patrick Thomson <patrickt@github.com>" ]
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
documentation = "https://docs.rs/tree-sitter-tags"
|
||||
|
|
|
|||
Loading…
Reference in a new issue