init
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "tree-sitter-lscript"
|
||||
description = "LScript grammar for Tree-sitter"
|
||||
version = "0.1.0"
|
||||
publish = false
|
||||
readme = "README.md"
|
||||
keywords = ["incremental", "parsing", "tree-sitter", "lscript"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
edition = "2024"
|
||||
autoexamples = false
|
||||
build = "bindings/rust/build.rs"
|
||||
include = ["bindings/rust/*", "docs/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"]
|
||||
|
||||
[lib]
|
||||
path = "bindings/rust/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
tree-sitter-language = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
tree-sitter = "0.27"
|
||||
Reference in New Issue
Block a user