diff --git a/libimagannotation/Cargo.toml b/libimagannotation/Cargo.toml index 2e4e3882..963b9ace 100644 --- a/libimagannotation/Cargo.toml +++ b/libimagannotation/Cargo.toml @@ -10,6 +10,9 @@ lazy_static = "0.1.15" [dependencies.libimagstore] path = "../libimagstore" +[dependencies.libimagnotes] +path = "../libimagnotes" + [dependencies.libimagerror] path = "../libimagerror"