Fix dependency name
This commit is contained in:
parent
b71e68aee2
commit
df562b4880
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ extern crate uuid;
|
||||||
|
|
||||||
#[macro_use] extern crate libimagerror;
|
#[macro_use] extern crate libimagerror;
|
||||||
#[macro_use] extern crate libimagstore;
|
#[macro_use] extern crate libimagstore;
|
||||||
extern crate libimaglink;
|
extern crate libimagentrylink;
|
||||||
extern crate libimagutil;
|
extern crate libimagutil;
|
||||||
|
|
||||||
pub static MODULE_ENTRY_PATH_NAME: &'static str = "annotation";
|
pub static MODULE_ENTRY_PATH_NAME: &'static str = "annotation";
|
||||||
|
|
Loading…
Reference in a new issue