This commit is contained in:
2026-08-05 18:33:30 -04:00
parent 7ce5ed118d
commit cd47d868c1
20 changed files with 307 additions and 181 deletions
Generated
+10
View File
@@ -1580,6 +1580,14 @@ version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
[[package]]
name = "gl-graph"
version = "0.1.0"
dependencies = [
"oxigraph",
"tracing",
]
[[package]]
name = "gl-publisher"
version = "0.1.0"
@@ -1587,6 +1595,7 @@ dependencies = [
"clap",
"color-eyre",
"csv",
"gl-graph",
"gl-search",
"http",
"iced",
@@ -1608,6 +1617,7 @@ name = "gl-search"
version = "0.1.0"
dependencies = [
"futures",
"gl-graph",
"oxigraph",
"oxilangtag",
"subtitler",