14 lines
282 B
TOML
14 lines
282 B
TOML
|
|
[package]
|
||
|
|
name = "gl-search"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
publish = false
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
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"
|