Cargo.toml 868 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [package]
  2. authors = ["mario <mario-krehl@gmx.de>"]
  3. name = "imag-todo"
  4. version = "0.3.0"
  5. description = "Part of the imag core distribution: imag-todo 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. clap = ">=2.17"
  14. glob = "0.2.11"
  15. log = "0.3.6"
  16. semver = "0.5.1"
  17. serde_json = "0.8.3"
  18. task-hookrs = "0.2.2"
  19. toml = "0.4.*"
  20. toml-query = "0.1.*"
  21. is-match = "0.1.*"
  22. version = "2.0.1"
  23. [dependencies.libimagrt]
  24. path = "../libimagrt"
  25. [dependencies.libimagstore]
  26. path = "../libimagstore"
  27. [dependencies.libimagtodo]
  28. path = "../libimagtodo"
  29. [dependencies.libimagerror]
  30. path = "../libimagerror"