Cargo.toml 907 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [package]
  2. name = "imag-notes"
  3. version = "0.3.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Part of the imag core distribution: imag-notes 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.17"
  15. log = "0.3"
  16. version = "2.0.1"
  17. itertools = "0.5"
  18. [dependencies.libimagrt]
  19. path = "../libimagrt"
  20. [dependencies.libimagnotes]
  21. path = "../libimagnotes"
  22. [dependencies.libimagentryedit]
  23. path = "../libimagentryedit"
  24. [dependencies.libimagentrytag]
  25. path = "../libimagentrytag"
  26. [dependencies.libimagerror]
  27. path = "../libimagerror"
  28. [dependencies.libimagutil]
  29. path = "../libimagutil"