Add dep: libimaginteraction
This commit is contained in:
parent
47c3d0e483
commit
66d8b71bdf
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,9 @@ path = "../libimagstore"
|
|||
[dependencies.libimagentrylink]
|
||||
path = "../libimagentrylink"
|
||||
|
||||
[dependencies.libimaginteraction]
|
||||
path = "../libimaginteraction"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ extern crate git2;
|
|||
|
||||
extern crate libimagstore;
|
||||
extern crate libimagentrylink;
|
||||
extern crate libimaginteraction;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
extern crate libimagutil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue