mirror of
https://github.com/elladunbar/tree-sitter-hy.git
synced 2025-11-05 14:59:55 -06:00
34 lines
707 B
TOML
Generated
34 lines
707 B
TOML
Generated
[package]
|
|
name = "tree-sitter-hy"
|
|
description = "Hy grammar for tree-sitter"
|
|
version = "0.1.0"
|
|
authors = ["E Dunbar <evdunbar@protonmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
keywords = ["incremental", "parsing", "tree-sitter", "hy"]
|
|
categories = ["parser-implementations", "parsing", "text-editors"]
|
|
repository = "https://github.com/evdunbar/tree-sitter-hy"
|
|
edition = "2021"
|
|
autoexamples = false
|
|
|
|
build = "bindings/rust/build.rs"
|
|
include = [
|
|
"bindings/rust/*",
|
|
"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"
|