added lazy thread handling to tokio runtime

This commit is contained in:
Valmo Trindade
2024-09-21 23:38:51 -03:00
parent e9ac9978aa
commit 3c40fa7166
3 changed files with 12 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
arma-rs = "1.10.4"
log = "0.4.22"
log4rs = "1.3.0"
once_cell = "1.19.0"
regex = "1.10.6"
reqwest = {version = "0.12.7", features = ["blocking"]}
serde = { version = "1.0.210", features = ["derive"] }