Cargo.toml 756 B

123456789101112131415161718192021222324252627282930
  1. [package]
  2. name = "imag-ref"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Part of the imag core distribution: imag-ref 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. semver = "0.2.1"
  14. clap = "2.*"
  15. log = "0.3"
  16. version = "2.0.1"
  17. libimagentrylist = "0.2.0"
  18. libimagerror = "0.2.0"
  19. libimaginteraction = "0.2.0"
  20. libimagref = "0.2.0"
  21. libimagrt = "0.2.0"
  22. libimagstore = "0.2.0"
  23. libimagutil = "0.2.0"