Files
ldp/Cargo.toml
T

24 lines
483 B
TOML
Raw Normal View History

2026-05-18 12:48:46 -04:00
[workspace]
resolver = "2"
members = [
2026-05-19 23:33:29 -04:00
"ldctl",
2026-05-18 12:48:46 -04:00
"ldp",
]
[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 = { version = "0.5", features = ["stream"] }
slotmap = "1.1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
2026-05-19 23:33:29 -04:00
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }