tree-sitter/lib/language/Cargo.toml

20 lines
484 B
TOML
Raw Normal View History

[package]
name = "tree-sitter-language"
description = "The tree-sitter Language type, used by the library and by language implementations"
2024-10-04 00:15:33 -04:00
version = "0.1.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
2024-10-06 01:36:44 -04:00
readme = "README.md"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
2024-10-06 01:36:44 -04:00
categories = ["api-bindings", "development-tools::ffi", "parsing"]
[lints]
workspace = true
[lib]
path = "language.rs"