summaryrefslogtreecommitdiffstats
path: root/libimagtodo/src/lib.rs
blob: bc217a4ba818b514b12dc7558bf38a9e42ff54f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extern crate semver;
extern crate uuid;
extern crate toml;

#[macro_use] extern crate libimagstore;
extern crate task_hookrs;

module_entry_path_mod!("todo", "0.1.0");

pub mod error;
pub mod result;
pub mod task;