tree-sitter-yaml/Cargo.toml

31 lines
694 B
TOML
Raw Permalink Normal View History

2024-03-31 09:45:34 -04:00
[package]
name = "tree-sitter-yaml"
description = "YAML grammar for tree-sitter"
2024-04-30 04:33:53 -04:00
version = "0.6.1"
2024-03-31 09:45:34 -04:00
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "yaml"]
categories = ["parsing", "text-editors"]
authors = [
"Ika <ikatyang@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com>"
]
repository = "https://github.com/tree-sitter-grammars/tree-sitter-yaml"
edition = "2021"
autoexamples = false
build = "bindings/rust/build.rs"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter-language = "0.1.2"
[dev-dependencies]
tree-sitter = ">=0.22"
2024-03-31 09:45:34 -04:00
[build-dependencies]
cc = "1.0.92"