Add dep: libimagtag
This commit is contained in:
parent
8ba96591c2
commit
fbccce7b7c
2 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,6 @@ toml = "0.1.27"
|
|||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
||||
[dependencies.libimagtag]
|
||||
path = "../libimagtag"
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ extern crate regex;
|
|||
extern crate toml;
|
||||
|
||||
extern crate libimagstore;
|
||||
extern crate libimagtag;
|
||||
|
||||
pub mod cli;
|
||||
pub mod builtin;
|
||||
|
|
Loading…
Reference in a new issue