From 1d030b9d32f539fd38f5ff3335234c5111c3303f Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 9 May 2022 07:46:52 +0100 Subject: Importer V3 (#395) * start of importer refactor * fish * resh * zsh --- src/command/client.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/client.rs') diff --git a/src/command/client.rs b/src/command/client.rs index c75872aa..b9d43b39 100644 --- a/src/command/client.rs +++ b/src/command/client.rs @@ -58,6 +58,7 @@ pub enum Cmd { } impl Cmd { + #[tokio::main(flavor = "current_thread")] pub async fn run(self) -> Result<()> { pretty_env_logger::init(); -- cgit v1.3.1