Cargo.toml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [package]
  2. name = "imag"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Personal information management (PIM) suite"
  6. keywords = ["pim", "personal", "information", "management", "suite"]
  7. readme = "./README.md"
  8. license = "LGPL-2.1"
  9. website = "http://imag-pim.org"
  10. documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
  11. repository = "https://github.com/matthiasbeyer/imag"
  12. [dependencies]
  13. [workspace]
  14. members = [
  15. "bin",
  16. "imag-bookmark",
  17. "imag-counter",
  18. "imag-diary",
  19. "imag-link",
  20. "imag-notes",
  21. "imagrc.toml",
  22. "imag-ref",
  23. "imag-store",
  24. "imag-tag",
  25. "imag-todo",
  26. "imag-view",
  27. "libimagbookmark",
  28. "libimagcliutil",
  29. "libimagcounter",
  30. "libimagdiary",
  31. "libimagentryfilter",
  32. "libimagentrylink",
  33. "libimagentrylist",
  34. "libimagentrymarkdown",
  35. "libimagentrymarkup",
  36. "libimagentryselect",
  37. "libimagentrytag",
  38. "libimagentryview",
  39. "libimagerror",
  40. "libimaginteraction",
  41. "libimagnotes",
  42. "libimagnotification",
  43. "libimagref",
  44. "libimagrt",
  45. "libimagstore",
  46. "libimagstorestdhook",
  47. "libimagtimeui",
  48. "libimagtodo",
  49. "libimagutil",
  50. ]