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

View file

@ -24,7 +24,8 @@ anyhow = "1.0.86"
[dependencies.tree-sitter-lila]
version = "0.0.1"
optional = true
path = "./tree-sitter-lila"
git = "https://git.sr.ht/~rpqt/tree-sitter-lila"
branch = "main"
[dev-dependencies]
pretty_assertions = "1.4.0"