This commit is contained in:
Lenn Louis
2026-05-04 22:42:00 +08:00
parent 985002c96d
commit 79f4055959
14 changed files with 1440 additions and 4 deletions

View File

@@ -9,11 +9,13 @@ crate-type = ["lib", "cdylib", "staticlib"]
[dependencies]
chrono = "0.4.44"
crc = "3.4.0"
crossbeam-channel = "0.5.15"
fern = "0.7.1"
libc = "0.2.186"
log = "0.4.29"
serde = "1.0.228"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
serialport = "4.7.3"
thiserror = "2.0.18"
uuid = "1.23.1"