tree-sitter-spl/Cargo.toml

27 lines
520 B
TOML
Raw Normal View History

2023-05-24 21:48:37 +02:00
[package]
2023-05-25 05:49:04 +02:00
name = "tree-sitter-spl"
description = "spl grammar for the tree-sitter parsing library"
2023-05-24 21:48:37 +02:00
version = "0.0.1"
2023-05-25 05:49:04 +02:00
keywords = ["incremental", "parsing", "spl"]
2023-05-24 21:48:37 +02:00
categories = ["parsing", "text-editors"]
2023-05-25 05:49:04 +02:00
repository = "https://github.com/tree-sitter/tree-sitter-spl"
2023-05-24 21:48:37 +02:00
edition = "2018"
license = "MIT"
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "~0.20.10"
[build-dependencies]
cc = "1.0"