fix impatient not found on bootstrap

This commit is contained in:
nullchilly
2022-08-07 12:31:11 +07:00
committed by Sidhanth Rathod
parent 33c304f627
commit 074b656cbd
55 changed files with 17472 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
[package]
name = "tree-sitter-lua"
description = "Lua grammar for the tree-sitter parsing library"
version = "0.0.12"
authors = [
"Munif Tanjim <hello@muniftanjim.dev>",
]
license = "MIT"
keywords = ["incremental", "parsing", "lua"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/MunifTanjim/tree-sitter-lua"
edition = "2018"
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "0.20"
[build-dependencies]
cc = "1.0"