Cargo.toml 486 B

1234567891011121314151617181920212223242526
  1. [package]
  2. name = "libimagannotation"
  3. version = "0.3.0"
  4. authors = ["Matthias Beyer <mail@beyermatthias.de>"]
  5. [dependencies]
  6. uuid = { version = "0.3.1", features = ["v4"] }
  7. lazy_static = "0.1.15"
  8. toml = "^0.4"
  9. [dependencies.libimagstore]
  10. path = "../libimagstore"
  11. [dependencies.libimagnotes]
  12. path = "../libimagnotes"
  13. [dependencies.libimagerror]
  14. path = "../libimagerror"
  15. [dependencies.libimagentrylink]
  16. path = "../libimagentrylink"
  17. [dependencies.libimagutil]
  18. path = "../libimagutil"