From 1f745af0d8039aeeebb6e8f5adf961ff9e2ed5e2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 13 Oct 2016 16:26:46 +0200 Subject: [PATCH] Add dependency --- libimagannotation/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"