Cargo.toml 678 B

12345678910111213141516171819202122232425262728
  1. [package]
  2. name = "imag-view"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Part of the imag core distribution: imag-view command"
  6. keywords = ["imag", "PIM", "personal", "information", "management"]
  7. readme = "../README.md"
  8. license = "LGPL-2.1"
  9. documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
  10. repository = "https://github.com/matthiasbeyer/imag"
  11. homepage = "http://imag-pim.org"
  12. [dependencies]
  13. clap = "2.*"
  14. log = "0.3"
  15. semver = "0.2.1"
  16. toml = "0.2.*"
  17. version = "2.0.1"
  18. libimagentryview = "0.2.0"
  19. libimagerror = "0.2.0"
  20. libimagrt = "0.2.0"
  21. libimagstore = "0.2.0"