diff options
Diffstat (limited to 'src/command/server.rs')
| -rw-r--r-- | src/command/server.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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()) |
