Cargo.toml 440 B

1234567891011121314151617181920212223242526
  1. [package]
  2. name = "libimagnotes"
  3. version = "0.2.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. [dependencies]
  6. semver = "0.2"
  7. log = "0.3"
  8. toml = "0.2.*"
  9. [dependencies.libimagstore]
  10. path = "../libimagstore"
  11. [dependencies.libimagerror]
  12. path = "../libimagerror"
  13. [dependencies.libimagrt]
  14. path = "../libimagrt"
  15. [dependencies.libimagentryedit]
  16. path = "../libimagentryedit"
  17. [dependencies.libimagentrytag]
  18. path = "../libimagentrytag"