added log4rs denoendency on cargo

This commit is contained in:
Valmo Trindade
2024-09-12 03:19:07 -03:00
parent 78196bcddd
commit b200a760d4
2 changed files with 475 additions and 15 deletions

View File

@@ -7,6 +7,8 @@ edition = "2021"
[dependencies]
arma-rs = "1.10.4"
log = "0.4.22"
log4rs = "1.3.0"
regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }