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.

16 lines
252B

  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. [dependencies.urlencoded]
  12. version = "*"