1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
extern crate vobject;
extern crate email;
extern crate uuid;
extern crate atomicwrites;
extern crate clap;
extern crate cursive;

pub mod app;
pub mod cli;
mod utils;
mod editor;