file read, json parse

This commit is contained in:
2025-01-15 03:52:20 +01:00
parent 7ef189e57a
commit a1f7e0befb
6 changed files with 76 additions and 2 deletions

9
Cargo.lock generated
View File

@@ -5,3 +5,12 @@ version = 4
[[package]]
name = "ArduinoHABridge"
version = "0.1.0"
dependencies = [
"json",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"