Cargo.toml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [package]
  2. name = "imag-documentation"
  3. version = "0.3.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Documentation crate of the imag distribution. Does not contain functionality"
  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. [dependencies.libimagbookmark]
  14. path = "../libimagbookmark"
  15. [dependencies.libimagcounter]
  16. path = "../libimagcounter"
  17. [dependencies.libimagdiary]
  18. path = "../libimagdiary"
  19. [dependencies.libimagentryfilter]
  20. path = "../libimagentryfilter"
  21. [dependencies.libimagentrylink]
  22. path = "../libimagentrylink"
  23. [dependencies.libimagentrylist]
  24. path = "../libimagentrylist"
  25. [dependencies.libimagentrymarkdown]
  26. path = "../libimagentrymarkdown"
  27. [dependencies.libimagentrytag]
  28. path = "../libimagentrytag"
  29. [dependencies.libimagentryview]
  30. path = "../libimagentryview"
  31. [dependencies.libimagerror]
  32. path = "../libimagerror"
  33. [dependencies.libimaginteraction]
  34. path = "../libimaginteraction"
  35. [dependencies.libimagnotes]
  36. path = "../libimagnotes"
  37. [dependencies.libimagref]
  38. path = "../libimagref"
  39. [dependencies.libimagrt]
  40. path = "../libimagrt"
  41. [dependencies.libimagstore]
  42. path = "../libimagstore"
  43. [dependencies.libimagstorestdhook]
  44. path = "../libimagstorestdhook"
  45. [dependencies.libimagtimeui]
  46. path = "../libimagtimeui"
  47. [dependencies.libimagutil]
  48. path = "../libimagutil"