Make RdfSource generic over the dataset type

This commit is contained in:
2026-05-20 23:45:30 -04:00
parent 13daececb6
commit 8a6fe06c27
9 changed files with 222 additions and 29 deletions
+1
View File
@@ -17,6 +17,7 @@ color-eyre = "0.6"
oxigraph = "0.5"
parse_link_header = "0.4"
reqwest-middleware = { version = "0.5", features = ["stream"] }
slotmap = "1.1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"