2026-06-08 19:33:49 -04:00
|
|
|
[package]
|
|
|
|
|
name = "gl-search"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-07-20 23:53:33 -04:00
|
|
|
futures.workspace = true
|
2026-06-08 19:33:49 -04:00
|
|
|
tantivy.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
|
|
|
|
|
#poppler-rs = "0.26.0-alpha.0"
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
#oxidize-pdf = { version = "1.6", features = ["ocr-tesseract"] }
|
|
|
|
|
#xml = "1.2"
|