Files
codeql/unified/extractor/tree-sitter-swift/Cargo.toml
Taus c5ae315dbe unified: auto-generate parser files
Uses the `tree-sitter-generate` crate to generate these files on the
fly.
2026-05-12 11:24:35 +00:00

23 lines
612 B
TOML

[package]
name = "tree-sitter-swift"
description = "Swift grammar for the tree-sitter parsing library (vendored copy for the unified extractor)"
version = "0.7.2"
keywords = ["incremental", "parsing", "swift"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/alex-pinkus/tree-sitter-swift"
edition = "2024"
license = "MIT"
build = "bindings/rust/build.rs"
[lib]
path = "bindings/rust/lib.rs"
# When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh`
[dependencies]
tree-sitter-language = "0.1"
[build-dependencies]
cc = "1.2"
tree-sitter-generate = "0.26.8"