This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
tantivy-cli
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Cargo ml pointing to ../tantivy
develop
Paul Masurel
6 years ago
parent
4983fd0572
commit
4af7e73a46
2 changed files
with
342 additions
and
162 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+340
-160
Cargo.lock
+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"
Write
Preview
Loading…
Cancel
Save