Add support for extracting the file name and size from HTTP response

This commit is contained in:
2026-09-02 14:45:29 -04:00
parent ce65bc7739
commit 49dfc9b4fc
5 changed files with 328 additions and 189 deletions
+4 -1
View File
@@ -4,9 +4,12 @@ version = "0.0.0"
edition = "2024"
publish = false
[[bin]]
name = "ldctl"
doc = false
[dependencies]
ldp.workspace = true
futures.workspace = true
color-eyre.workspace = true
tokio.workspace = true
tracing.workspace = true