This commit is contained in:
Robin Appelman 2025-06-02 22:04:16 +02:00
commit 7018cb603b
2 changed files with 320 additions and 349 deletions

658
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,16 +5,17 @@ edition = "2021"
description = "A library for interfacing with the HLK-LD6002 respiratory and heartbeat radar module"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/icewind/hlk_ld6002"
rust-version = "1.78.0"
[dependencies]
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.23.0", features = ["derive"] }
embedded-io = "0.6.1"
embedded-io-async = "0.6.1"
num_enum = { version = "0.7.2", default-features = false }
num_enum = { version = "0.7.3", default-features = false }
[dev-dependencies]
embedded-io-adapters = { version = "0.6.1", features = ["std", "tokio-1"] }
serialport = "4.3.0"
termion = "3.0.0"
tokio = { version = "1.36.0", features = ["full"] }
tokio-serial = "5.4.4"
serialport = "4.7.2"
termion = "4.0.5"
tokio = { version = "1.45.1", features = ["full"] }
tokio-serial = "5.4.5"