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.

20 lines
354B

  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.4"
  9. staticfile = "0.3.0"
  10. lazy_static = "*"
  11. rustc-serialize = "0.3.16"
  12. [dependencies.urlencoded]
  13. version = "0.4"
  14. [dependencies.mount]
  15. git = "https://github.com/iron/mount.git"