You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [package]
- name = "tantivy-cli"
- version = "0.1.0"
- authors = ["Paul Masurel <paul.masurel@gmail.com>"]
-
-
- [dependencies]
- tantivy = { path = "../tantivy" }
- time = "0.1.34"
- iron = "0.4"
- staticfile = "0.3.0"
- lazy_static = "*"
- rustc-serialize = "0.3.16"
- persistent="*"
- clap = "2"
-
- [dependencies.urlencoded]
- version = "0.4"
-
- [dependencies.mount]
- git = "https://github.com/iron/mount.git"
-
- # [dependencies.clap]
- #version = "2"
- #default-features = false
- #features = [ "suggestions", "color" ]
|