diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -6,6 +6,9 @@ extern crate cocoa;  #[macro_use]  extern crate combine;  extern crate core_graphics; + +#[macro_use] +extern crate error_chain;  extern crate foreign_types;  extern crate getopts;  extern crate libc; @@ -25,6 +28,7 @@ extern crate xdg;  mod autopilot_internal;  mod cocoa_bridge;  mod config; +mod errors;  mod key_code;  mod parser; | 
