Cargo.toml 854 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [package]
  2. name = "imag-link"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Part of the imag core distribution: imag-link 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.5.1"
  14. clap = ">=2.17"
  15. log = "0.3"
  16. version = "2.0.1"
  17. toml = "0.2.*"
  18. url = "1.2"
  19. [dependencies.libimagstore]
  20. path = "../libimagstore"
  21. [dependencies.libimagrt]
  22. path = "../libimagrt"
  23. [dependencies.libimagentrylink]
  24. path = "../libimagentrylink"
  25. [dependencies.libimagerror]
  26. path = "../libimagerror"
  27. [dependencies.libimagutil]
  28. path = "../libimagutil"