Cargo.toml 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [package]
  2. name = "imag-ref"
  3. version = "0.3.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.5.1"
  14. clap = ">=2.17"
  15. log = "0.3"
  16. version = "2.0.1"
  17. [dependencies.libimagstore]
  18. path = "../libimagstore"
  19. [dependencies.libimagrt]
  20. path = "../libimagrt"
  21. [dependencies.libimagref]
  22. path = "../libimagref"
  23. [dependencies.libimagerror]
  24. path = "../libimagerror"
  25. [dependencies.libimaginteraction]
  26. path = "../libimaginteraction"
  27. [dependencies.libimagentrylist]
  28. path = "../libimagentrylist"
  29. [dependencies.libimagutil]
  30. path = "../libimagutil"