1 2 3 4 5 6 7 8 9 10 11 12
// #![feature(plugin)] // #![plugin(clippy)] pub mod cli; pub mod cmd; pub mod environment; pub mod errors; pub mod rules; pub mod stdout; pub mod watcher; pub mod watches; pub mod workers; pub mod yaml;