aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent7d0c2f4617bc0119e748f59e0a6bd8da79494087 (diff)
include the queries in the binaryHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ccc6bd8..4cbbd6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,8 @@ libloading = "0.8.8"
tree-sitter = "0.25.8"
tree-sitter-highlight = "0.25.8"
url = "2.5.7"
+
+[build-dependencies]
+prettyplease = "0.2.37"
+quote = "1.0.40"
+syn = "2.0.106"