Shared: add zstd crate to tree-sitter-extractor dependencies

This commit is contained in:
Paolo Tranquilli
2025-05-28 14:15:44 +02:00
parent a86dfe173e
commit 4a9e31ebd8
11 changed files with 800 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ use_repo(
"vendor_ts__tree-sitter-ruby-0.23.1",
"vendor_ts__triomphe-0.1.14",
"vendor_ts__ungrammar-1.16.1",
"vendor_ts__zstd-0.13.3",
)
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")