summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-06 20:18:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-06 20:41:13 +0100
commit97e613d8c5b42acb4b3e1cc7206b6928f89e1a9d (patch)
treed1f6bbca5913f5bbc1a147bd91674bd73de7cf6f /bin/domain/imag-notes/Cargo.toml
parent3b138ba88154daaabba3f2ba975b143b9afd59e4 (diff)
Use libimagstore get iterator
Use libimagstore infrastructure to transform iterator in StoreIdGetIterator for getting entries from store.
Diffstat (limited to 'bin/domain/imag-notes/Cargo.toml')
-rw-r--r--bin/domain/imag-notes/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml
index 2d77b65f..9d4091e8 100644
--- a/bin/domain/imag-notes/Cargo.toml
+++ b/bin/domain/imag-notes/Cargo.toml
@@ -29,3 +29,4 @@ libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror"
libimagnotes = { version = "0.6.0", path = "../../../lib/domain/libimagnotes" }
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
+libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }