Files
tree-sitter-jhcl/Cargo.toml
Michael Hoffmann fad991865f changelog: bump to 1.2.0
Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
2025-06-16 15:47:02 +03:00

35 lines
716 B
TOML
Generated

[package]
name = "tree-sitter-hcl"
description = "HCL and terraform grammar for tree-sitter"
version = "1.2.0"
license = "Apache-2.0"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "hcl"]
categories = ["parser-implementations", "parsing", "text-editors"]
repository = "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
edition = "2021"
autoexamples = false
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"make_grammar.js",
"queries/*",
"src/*",
"tree-sitter.json",
"LICENSE",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter-language = "0.1"
[build-dependencies]
cc = "1.2"
[dev-dependencies]
tree-sitter = "0.25.3"