tree-sitter.tree-sitter/crates/language/Cargo.toml
Will Lillis 1c833e362e
Some checks failed
CI / sanitize (push) Failing after 15s
CI / build (push) Failing after 16s
CI / check-wasm-stdlib (push) Failing after 15s
CI / checks (push) Has been cancelled
fix(rust): address manual-readme lint
Cargo automatically resolves this, so the `Cargo.toml` entries are
redundant.

(cherry picked from commit f430449ab9)
2026-09-04 15:11:34 -04:00

23 lines
567 B
TOML

[package]
name = "tree-sitter-language"
description = "The tree-sitter Language type, used by the library and by language implementations"
version = "0.1.8"
authors.workspace = true
edition.workspace = true
rust-version = "1.90"
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" ]
build = "build.rs"
links = "tree-sitter-language"
[lints]
workspace = true
[lib]
path = "src/language.rs"