2024-02-23 14:12:58 -08:00
|
|
|
[package]
|
|
|
|
|
name = "tree-sitter-language"
|
|
|
|
|
description = "The tree-sitter Language type, used by the library and by language implementations"
|
2025-02-17 19:47:40 -08:00
|
|
|
version = "0.1.5"
|
2024-02-23 14:12:58 -08:00
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
2025-02-17 18:54:06 -08:00
|
|
|
rust-version = "1.76"
|
2024-10-06 01:36:44 -04:00
|
|
|
readme = "README.md"
|
2024-02-23 14:12:58 -08:00
|
|
|
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"]
|
2024-02-23 14:12:58 -08:00
|
|
|
|
2024-10-06 13:42:14 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2024-02-23 14:12:58 -08:00
|
|
|
[lib]
|
|
|
|
|
path = "language.rs"
|