mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 17:42:55 +00:00
Checking whether cargo bin is interfering with coverage.
This commit is contained in:
@@ -17,7 +17,7 @@ keywords = ["search", "information", "retrieval"]
|
||||
[dependencies]
|
||||
byteorder = "0.4"
|
||||
memmap = "0.2"
|
||||
lazy_static = "0.1.16"
|
||||
lazy_static = "0.1.15"
|
||||
regex = "0.1"
|
||||
fst = "0.1.31"
|
||||
atomicwrites = "0.0.14"
|
||||
@@ -47,7 +47,7 @@ rand = "0.3.13"
|
||||
gcc = "0.3.24"
|
||||
|
||||
[[bin]]
|
||||
name = "tantivy"
|
||||
name = "tantivy-cli"
|
||||
path = "src/cli/main.rs"
|
||||
doc = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user