Cargo.toml 379 B

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