Updating to do checking of seen UUIDs vs those expected in the Spec.

This commit is contained in:
Daniel Mayfield
2025-09-03 18:44:01 -04:00
parent 740168232b
commit 0c8834ccb3
3 changed files with 129 additions and 8 deletions

5
Cargo.lock generated
View File

@ -78,6 +78,7 @@ dependencies = [
"btleplug",
"pretty_env_logger",
"tokio",
"uuid",
]
[[package]]
@ -889,9 +890,9 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "uuid"
version = "1.18.0"
version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
dependencies = [
"js-sys",
"wasm-bindgen",