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.

30 строки
666 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"
edition = "2018"
license = "MIT"
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
2024-05-13 14:41:30 +03:00
tree-sitter = ">= 0.22.6"
[build-dependencies]
cc = "1.0"
2024-05-13 14:41:30 +03:00
[patch.crates-io]
tree-sitter = {git = "https://github.com/redsun82/tree-sitter.git", rev = "1f5c1112ceaa8fc6aff61d1852690407670d2a96"}