Add basic logic to fetch and update RDF Sources
This commit is contained in:
+16
@@ -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"
|
||||
Reference in New Issue
Block a user