tree-sitter/crates/language/Cargo.toml
Christian Clason 98de2bc1a8 feat: start working on v0.27
* bump tree-sitter crates to 0.27.0
* bump tree-sitter-language to 0.1.7
2025-12-13 14:14:33 +01:00

23 lines
586 B
TOML

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