Add libimagnotes extern crate, remove module entry path mod generation
This commit is contained in:
parent
c773519281
commit
ae2253a7b9
1 changed files with 1 additions and 4 deletions
|
@ -23,12 +23,9 @@ extern crate toml;
|
||||||
#[macro_use] extern crate libimagerror;
|
#[macro_use] extern crate libimagerror;
|
||||||
#[macro_use] extern crate libimagstore;
|
#[macro_use] extern crate libimagstore;
|
||||||
extern crate libimagentrylink;
|
extern crate libimagentrylink;
|
||||||
|
extern crate libimagnotes;
|
||||||
extern crate libimagutil;
|
extern crate libimagutil;
|
||||||
|
|
||||||
pub static MODULE_ENTRY_PATH_NAME: &'static str = "annotation";
|
|
||||||
|
|
||||||
module_entry_path_mod!(MODULE_ENTRY_PATH_NAME);
|
|
||||||
|
|
||||||
pub mod annotation;
|
pub mod annotation;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod result;
|
pub mod result;
|
||||||
|
|
Loading…
Reference in a new issue