diff options
| author | Fuwn <[email protected]> | 2021-05-12 10:24:57 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-12 10:24:57 +0000 |
| commit | 74cb547e727c6fed2e5c2e8a8175415239f72062 (patch) | |
| tree | 394a14a71bcc13c9cead4109484416175ef1787b /src/lib.rs | |
| parent | build(nix): update deps (diff) | |
| download | whirl-74cb547e727c6fed2e5c2e8a8175415239f72062.tar.xz whirl-74cb547e727c6fed2e5c2e8a8175415239f72062.zip | |
refactor(global): use async_trait macro globally
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; |