Add libimagnotes extern crate, remove module entry path mod generation

This commit is contained in:
Matthias Beyer 2017-02-23 13:22:46 +01:00
parent c773519281
commit ae2253a7b9
1 changed files with 1 additions and 4 deletions

View File

@ -23,12 +23,9 @@ extern crate toml;
#[macro_use] extern crate libimagerror;
#[macro_use] extern crate libimagstore;
extern crate libimagentrylink;
extern crate libimagnotes;
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 error;
pub mod result;