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.

Cargo.toml 297B

8 years ago
8 years ago
8 years ago
1234567891011121314151617
  1. [package]
  2. name = "tantivy-cli"
  3. version = "0.1.0"
  4. authors = ["Paul Masurel <paul.masurel@gmail.com>"]
  5. [dependencies]
  6. tantivy = { path = "../tantivy" }
  7. time = "0.1.34"
  8. iron = "0.3.0"
  9. staticfile = "*"
  10. mount= "*"
  11. lazy_static = "*"
  12. rustc-serialize = "0.3.16"
  13. [dependencies.urlencoded]
  14. version = "*"