diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ extern crate log; extern crate diesel; #[macro_use] extern crate serde_derive; +#[macro_use] +extern crate async_trait; pub mod cli; pub mod config; |