deps: use tree-sitter-lila as cargo dep
This will cause less trouble than a git submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "tree-sitter-lila"]
|
||||
path = tree-sitter-lila
|
||||
url = git@git.sr.ht:~rpqt/tree-sitter-lila
|
||||
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Submodule tree-sitter-lila deleted from ef984491f7
Reference in New Issue
Block a user