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
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]]
|
[[package]]
|
||||||
name = "tree-sitter-lila"
|
name = "tree-sitter-lila"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
source = "git+https://git.sr.ht/~rpqt/tree-sitter-lila?branch=main#ef984491f7d650f910f65605bd07ad3bf34484b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"tree-sitter 0.20.10",
|
"tree-sitter 0.20.10",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@ anyhow = "1.0.86"
|
||||||
[dependencies.tree-sitter-lila]
|
[dependencies.tree-sitter-lila]
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
optional = true
|
optional = true
|
||||||
path = "./tree-sitter-lila"
|
git = "https://git.sr.ht/~rpqt/tree-sitter-lila"
|
||||||
|
branch = "main"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit ef984491f7d650f910f65605bd07ad3bf34484b9
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue