Add dep: libimagtag

This commit is contained in:
Matthias Beyer 2016-02-29 20:41:58 +01:00
parent 8ba96591c2
commit fbccce7b7c
2 changed files with 4 additions and 0 deletions

View file

@ -13,3 +13,6 @@ toml = "0.1.27"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagtag]
path = "../libimagtag"

View file

@ -5,6 +5,7 @@ extern crate regex;
extern crate toml;
extern crate libimagstore;
extern crate libimagtag;
pub mod cli;
pub mod builtin;