mirror of https://github.com/Wilfred/difftastic/
25 lines
610 B
TOML
25 lines
610 B
TOML
[package]
|
|
name = "tree-sitter-lua"
|
|
description = "Lua grammar for tree-sitter"
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
keywords = ["incremental", "parsing", "tree-sitter", "lua"]
|
|
categories = ["parsing", "text-editors"]
|
|
repository = "https://github.com/tree-sitter-grammars/tree-sitter-lua"
|
|
authors = ["Munif Tanjim <hello@muniftanjim.dev>"]
|
|
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 = ">=0.21.0"
|
|
|
|
[build-dependencies]
|
|
cc = "^1.0.89"
|