This commit is contained in:
2026-08-05 11:21:25 -04:00
parent 921d56f2b3
commit 7ce5ed118d
18 changed files with 1144 additions and 213 deletions
+3 -1
View File
@@ -10,8 +10,9 @@ gl-search = { path = "search" }
ldp = { path = "../../ldp/ldp", features = ["keyed"] }
async-trait = "0.1"
base64 = "0.22"
base64 = "0.23"
bytes = "1.12"
clap = { version = "4.6", features = ["derive"] }
color-eyre = "0.6"
futures = "0.3"
http = "1.4"
@@ -22,6 +23,7 @@ parse_link_header = "0.4"
pin-project-lite = "0.2"
rfd = "0.17"
slotmap = "1.1"
subtitler = "2.6"
tantivy = "0.26"
tar = "0.4"
thiserror = "2.0"