Cargo.toml 821 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. [profile.dev]
  13. codegen-units = 2
  14. [dependencies]
  15. clap = ">=2.17"
  16. log = "0.3"
  17. semver = "0.5"
  18. toml = "0.2.*"
  19. version = "2.0.1"
  20. [dependencies.libimagstore]
  21. path = "../libimagstore"
  22. [dependencies.libimagrt]
  23. path = "../libimagrt"
  24. [dependencies.libimagerror]
  25. path = "../libimagerror"
  26. [dependencies.libimagentryview]
  27. path = "../libimagentryview"