missing dependencies from previous commit

This commit is contained in:
Daniel Szabo 2022-05-08 16:37:54 +01:00
parent fe926086c2
commit 1e6bc916b8
2 changed files with 4 additions and 1 deletions

View file

@ -377,6 +377,7 @@ async fn main() -> std::io::Result<()> {
))
})
.bind(format!("127.0.0.1:{}", args.port.to_string()))?
.workers(args.threads as usize)
.run()
.await
}