missing dependencies from previous commit
This commit is contained in:
parent
fe926086c2
commit
1e6bc916b8
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue