aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2025-08-26 21:24:12 +0200
committerdelta <darkussdelta@gmail.com>2025-08-26 21:24:12 +0200
commit9085e773e3b6bbaa698e301761001597bd39ae7d (patch)
tree321305f63b0a24ca7d058b1cf115e855f4dc9f7e /Cargo.lock
parent7d0c2f4617bc0119e748f59e0a6bd8da79494087 (diff)
include the queries in the binaryHEADmaster
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e2fb471..78de772 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -288,6 +288,16 @@ dependencies = [
]
[[package]]
+name = "prettyplease"
+version = "0.2.37"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
+dependencies = [
+ "proc-macro2",
+ "syn",
+]
+
+[[package]]
name = "proc-macro2"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -621,6 +631,9 @@ dependencies = [
"dirs",
"html-escape",
"libloading",
+ "prettyplease",
+ "quote",
+ "syn",
"tree-sitter",
"tree-sitter-highlight",
"url",