breakout async_main

This commit is contained in:
2025-12-17 22:33:31 +01:00
parent 364875a84e
commit 980ae6f8cb
8 changed files with 51 additions and 56 deletions

12
Cargo.lock generated
View File

@@ -1236,21 +1236,9 @@ dependencies = [
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
"windows-sys 0.61.2",
]
[[package]]
name = "tokio-macros"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"