Browse Source

Cargo ml pointing to ../tantivy

develop
Paul Masurel 5 years ago
parent
commit
4af7e73a46
2 changed files with 342 additions and 162 deletions
  1. +340
    -160
      Cargo.lock
  2. +2
    -2
      Cargo.toml

+ 340
- 160
Cargo.lock
File diff suppressed because it is too large
View File


+ 2
- 2
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy-cli"
version = "0.6.0"
version = "0.7.0-dev"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]

description = """Command line interface for Tantivy, a search engine library."""
@@ -30,7 +30,7 @@ byteorder = "0.5"
log = "0.3"
futures = "0.1"
env_logger = "0.3"
tantivy = "0.6.1"
tantivy = {path="../tantivy"}

[[bin]]
name = "tantivy"


Loading…
Cancel
Save