wip tree-sitter
This commit is contained in:
34
tree-sitter/Cargo.toml
generated
Normal file
34
tree-sitter/Cargo.toml
generated
Normal file
@@ -0,0 +1,34 @@
|
||||
[package]
|
||||
name = "tree-sitter-crepuscular"
|
||||
description = "Parser for the Crepuscular(ray) functional programming language"
|
||||
version = "0.1.0"
|
||||
authors = ["Alexander Nutz <alexander.nutz@vxcc.dev>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
keywords = ["incremental", "parsing", "tree-sitter", "crepuscular"]
|
||||
categories = ["parser-implementations", "parsing", "text-editors"]
|
||||
repository = "https://gitea.vxcc.dev/alexander.nutz/beginner-friendly-lang"
|
||||
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.8"
|
Reference in New Issue
Block a user