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/server.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/server.rs') diff --git a/src/command/server.rs b/src/command/server.rs index 1d514bb2..495f85d0 100644 --- a/src/command/server.rs +++ b/src/command/server.rs @@ -21,6 +21,7 @@ pub enum Cmd { } impl Cmd { + #[tokio::main] pub async fn run(self) -> Result<()> { tracing_subscriber::registry() .with(fmt::layer()) -- cgit v1.3.1