Skip to content

Commit

Permalink
Support lenient parser
Browse files Browse the repository at this point in the history
  • Loading branch information
GodTamIt committed Aug 15, 2023
1 parent ab2f435 commit 8dd0639
Show file tree
Hide file tree
Showing 7 changed files with 1,163 additions and 94 deletions.
145 changes: 55 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ crate-type = ["cdylib"]
pyo3-build-config = "0.19.1"

[dependencies]
base64 = "0.21"
chrono = "0.4.23"
tantivy = "0.20.1"
tantivy = { git = "https://github.com/quickwit-oss/tantivy.git" }
itertools = "0.10.5"
futures = "0.3.26"
serde_json = "1.0.91"
Expand Down
Loading

0 comments on commit 8dd0639

Please sign in to comment.