codeql/ql/buramu/tree-sitter-blame/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 строки
558 B
TOML
Исходник Обычный вид История

[package]
name = "tree-sitter-blame"
description = "blame grammar for the tree-sitter parsing library"
version = "0.0.1"
keywords = ["incremental", "parsing", "blame"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-blame"
2024-09-03 10:00:37 +03:00
edition = "2021"
license = "MIT"
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
2024-09-03 10:00:37 +03:00
tree-sitter-language = "0.1.0"
tree-sitter = ">= 0.23"
[build-dependencies]
cc = "1.0"