deps: use tree-sitter-lila as cargo dep
This will cause less trouble than a git submodule
This commit is contained in:
parent
a0858947c5
commit
c21cb47a54
4 changed files with 3 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue