Cargo.toml 741 B

12345678910111213141516171819202122232425262728293031323334
  1. [package]
  2. name = "libimagbookmark"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. description = "Library for the imag core distribution"
  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. [profile.dev]
  13. codegen-units = 2
  14. [dependencies]
  15. log = "0.3"
  16. semver = "0.5"
  17. url = "1.2"
  18. regex = "0.1"
  19. [dependencies.libimagstore]
  20. path = "../libimagstore"
  21. [dependencies.libimagerror]
  22. path = "../libimagerror"
  23. [dependencies.libimagentrylink]
  24. path = "../libimagentrylink"