diff --git a/libimagannotation/Cargo.toml b/libimagannotation/Cargo.toml index d4268e9e..d4745ca6 100644 --- a/libimagannotation/Cargo.toml +++ b/libimagannotation/Cargo.toml @@ -1,6 +1,20 @@ [package] name = "libimagannotation" -version = "0.1.0" +version = "0.2.0" authors = ["Matthias Beyer "] [dependencies] +uuid = { version = "0.3.1", features = ["v4"] } + +[dependencies.libimagstore] +path = "../libimagstore" + +[dependencies.libimagerror] +path = "../libimagerror" + +[dependencies.libimagentrylink] +path = "../libimagentrylink" + +[dependencies.libimagutil] +path = "../libimagutil" +