deps: use tree-sitter-lila as cargo dep

This will cause less trouble than a git submodule
This commit is contained in:
Romain Paquet 2025-10-01 15:57:16 +02:00
parent a0858947c5
commit c21cb47a54
4 changed files with 3 additions and 5 deletions

1
Cargo.lock generated
View file

@ -718,6 +718,7 @@ dependencies = [
[[package]]
name = "tree-sitter-lila"
version = "0.0.1"
source = "git+https://git.sr.ht/~rpqt/tree-sitter-lila?branch=main#ef984491f7d650f910f65605bd07ad3bf34484b9"
dependencies = [
"cc",
"tree-sitter 0.20.10",