Skip to content

Commit

Permalink
tantivy in dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blueshen committed Jan 17, 2024
1 parent e5db10e commit 30a4a63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ edition = "2021"

[dependencies]
tantivy-tokenizer-api = "0.2.0"
tantivy = "^0.21.0"
ik-rs = "^0.7.0"
once_cell = "1.16.0"
cfg-if = "1.0.0"
parking_lot = {version="0.12.1", features=["deadlock_detection","hardware-lock-elision"], optional=true}

[dev-dependencies]
tantivy = "^0.21.0"

[features]
default = ["use-parking-lot"]
use-std-sync = []
Expand Down

0 comments on commit 30a4a63

Please sign in to comment.