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
+2
View File
@@ -1,11 +1,13 @@
[workspace]
resolver = "2"
members = [
"graph",
"publish",
"search",
]
[workspace.dependencies]
gl-graph = { path = "graph" }
gl-search = { path = "search" }
ldp = { path = "../../ldp/ldp", features = ["keyed"] }