mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 19:11:44 +00:00
chore: update lockfiles
This commit is contained in:
parent
402b4b197a
commit
5aa1162108
11 changed files with 128 additions and 130 deletions
|
@ -2,18 +2,18 @@ name = "pesde/argon"
|
|||
version = "2.0.23"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/asphalt"
|
|||
version = "0.9.1"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/blink"
|
|||
version = "0.15.4"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/darklua"
|
|||
version = "0.16.0"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/luau_lsp"
|
|||
version = "1.39.2"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/rojo"
|
|||
version = "7.4.4"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/selene"
|
|||
version = "0.28.0"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -2,18 +2,18 @@ name = "pesde/stylua"
|
|||
version = "2.0.2"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
name = "pesde/zap"
|
||||
version = "0.6.17"
|
||||
version = "0.6.18"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -78,27 +78,27 @@ luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https:/
|
|||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "standard"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
|
16
pesde.lock
16
pesde.lock
|
@ -33,33 +33,33 @@ lune = "toolchainlib"
|
|||
lune = "bins/zap"
|
||||
|
||||
[graph."jiwonz/pathfs@0.1.0 lune"]
|
||||
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.1.0" }, "dev"]
|
||||
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.1.0", index = "default" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."jiwonz/pathfs@0.1.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "dev"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "dev"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."synpixel/base64@3.0.1 lune"]
|
||||
direct = ["base64", { name = "synpixel/base64", version = "^3.0.1" }, "dev"]
|
||||
direct = ["base64", { name = "synpixel/base64", version = "^3.0.1", index = "default" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."synpixel/base64@3.0.1 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
|
|
@ -2,19 +2,19 @@ name = "pesde/toolchainlib"
|
|||
version = "0.1.12"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
direct = ["unzip", { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" }, "standard"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
direct = ["unzip", { name = "0x5eal/unzip", version = "^0.1.0", index = "default", target = "luau" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "=1.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "=2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."corecii/greentea@0.4.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
@ -24,12 +24,12 @@ ref_ty = "pesde"
|
|||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."jiwonz/dirs@0.3.0 lune"]
|
||||
direct = ["dirs", { name = "jiwonz/dirs", version = "^0.3.0" }, "standard"]
|
||||
direct = ["dirs", { name = "jiwonz/dirs", version = "^0.3.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."jiwonz/dirs@0.3.0 lune".dependencies]
|
||||
"corecii/greentea@0.4.11 lune" = "greentea"
|
||||
"jiwonz/pathfs@0.3.1 lune" = "pathfs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
|
||||
[graph."jiwonz/dirs@0.3.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
|
@ -62,38 +62,36 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
[graph."jiwonz/luau_path@0.1.1 luau".pkg_ref.dependencies]
|
||||
luau_disk = [{ name = "jiwonz/luau_disk", version = "^0.1.2", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||
|
||||
[graph."jiwonz/pathfs@0.3.1 lune"]
|
||||
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.3.0" }, "standard"]
|
||||
[graph."jiwonz/pathfs@0.3.2 lune"]
|
||||
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.3.0", index = "default" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."jiwonz/pathfs@0.3.1 lune".dependencies]
|
||||
[graph."jiwonz/pathfs@0.3.2 lune".dependencies]
|
||||
"corecii/greentea@0.4.11 lune" = "greentea"
|
||||
"jiwonz/luau_path@0.1.1 luau" = "luau_path"
|
||||
|
||||
[graph."jiwonz/pathfs@0.3.1 lune".pkg_ref]
|
||||
[graph."jiwonz/pathfs@0.3.2 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."jiwonz/pathfs@0.3.1 lune".pkg_ref.dependencies]
|
||||
[graph."jiwonz/pathfs@0.3.2 lune".pkg_ref.dependencies]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/daimond113/pesde-index" }, "dev"]
|
||||
greentea = [{ name = "corecii/greentea", version = "^0.4.11", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||
luau_lsp = [{ name = "pesde/luau_lsp", version = "^1.38.1", index = "https://github.com/daimond113/pesde-index" }, "dev"]
|
||||
luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.8", index = "https://github.com/daimond113/pesde-index" }, "dev"]
|
||||
luau_path = [{ name = "jiwonz/luau_path", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "standard"]
|
||||
selene = [{ name = "pesde/selene", version = "^0.27.1", index = "https://github.com/daimond113/pesde-index" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/daimond113/pesde-index" }, "dev"]
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0" }, "peer"]
|
||||
direct = ["option", { name = "lukadev_0/option", version = "^1.2.0", index = "default" }, "peer"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "peer"]
|
||||
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0", index = "default" }, "peer"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
|
Loading…
Add table
Reference in a new issue