aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-12 10:24:57 +0000
committerFuwn <[email protected]>2021-05-12 10:24:57 +0000
commit74cb547e727c6fed2e5c2e8a8175415239f72062 (patch)
tree394a14a71bcc13c9cead4109484416175ef1787b /src/lib.rs
parentbuild(nix): update deps (diff)
downloadwhirl-74cb547e727c6fed2e5c2e8a8175415239f72062.tar.xz
whirl-74cb547e727c6fed2e5c2e8a8175415239f72062.zip
refactor(global): use async_trait macro globally
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5c809fa..8c6c768 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;