Updated build for avoiding virus scan

This commit is contained in:
Martino Ferrari
2026-03-06 13:39:54 +01:00
parent 0d2e5c521a
commit 34dcfc2058
8 changed files with 35 additions and 9 deletions

19
hmi_gui/Cargo.lock generated
View File

@@ -1205,6 +1205,7 @@ dependencies = [
"env_logger",
"log",
"serialport",
"winres",
]
[[package]]
@@ -3199,6 +3200,15 @@ dependencies = [
"zerovec",
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml_datetime"
version = "0.6.11"
@@ -4264,6 +4274,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
]
[[package]]
name = "wit-bindgen"
version = "0.51.0"