Add basic logic to fetch and update RDF Sources

This commit is contained in:
2026-05-18 21:43:43 -04:00
parent 779f36a18c
commit fb542ff82e
11 changed files with 2249 additions and 0 deletions
+16
View File
@@ -4,3 +4,19 @@ members = [
"ldp",
"ldctl",
]
[workspace.dependencies]
ldp = { path = "ldp" }
async-trait = "0.1"
base64 = "0.22"
bytes = "1.11"
futures = "0.3"
http = "1.4"
color-eyre = "0.6"
oxigraph = "0.5"
parse_link_header = "0.4"
reqwest-middleware = { git = "https://github.com/TrueLayer/reqwest-middleware.git", features = ["stream"] }
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"