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.

30 lines
531B

  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. rustc-serialize = "0.3.16"
  11. persistent="*"
  12. clap = "2"
  13. ansi_term = "0.8.0"
  14. [dependencies.urlencoded]
  15. version = "0.4"
  16. [dependencies.mount]
  17. git = "https://github.com/iron/mount.git"
  18. # [dependencies.clap]
  19. #version = "2"
  20. #default-features = false
  21. #features = [ "suggestions", "color" ]
  22. [[bin]]
  23. name = "tantivy"
  24. path = "src/main.rs"