Skip to content

Commit e2d6309

Browse files
committed
Support lenient parser
1 parent ab2f435 commit e2d6309

File tree

7 files changed

+1172
-94
lines changed

7 files changed

+1172
-94
lines changed

Cargo.lock

Lines changed: 55 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ crate-type = ["cdylib"]
1414
pyo3-build-config = "0.19.1"
1515

1616
[dependencies]
17+
base64 = "0.21"
1718
chrono = "0.4.23"
18-
tantivy = "0.20.1"
19+
tantivy = { git = "https://github.com/quickwit-oss/tantivy.git" }
1920
itertools = "0.10.5"
2021
futures = "0.3.26"
2122
serde_json = "1.0.91"

0 commit comments

Comments
 (0)