mirror of
https://codeberg.org/icewind/hlk_ld6002.git
synced 2026-06-03 08:34:17 +02:00
updates
This commit is contained in:
parent
9eba848e7f
commit
7018cb603b
2 changed files with 320 additions and 349 deletions
658
Cargo.lock
generated
658
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
13
Cargo.toml
13
Cargo.toml
|
|
@ -5,16 +5,17 @@ edition = "2021"
|
||||||
description = "A library for interfacing with the HLK-LD6002 respiratory and heartbeat radar module"
|
description = "A library for interfacing with the HLK-LD6002 respiratory and heartbeat radar module"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://codeberg.org/icewind/hlk_ld6002"
|
repository = "https://codeberg.org/icewind/hlk_ld6002"
|
||||||
|
rust-version = "1.78.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytemuck = { version = "1.14.3", features = ["derive"] }
|
bytemuck = { version = "1.23.0", features = ["derive"] }
|
||||||
embedded-io = "0.6.1"
|
embedded-io = "0.6.1"
|
||||||
embedded-io-async = "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]
|
[dev-dependencies]
|
||||||
embedded-io-adapters = { version = "0.6.1", features = ["std", "tokio-1"] }
|
embedded-io-adapters = { version = "0.6.1", features = ["std", "tokio-1"] }
|
||||||
serialport = "4.3.0"
|
serialport = "4.7.2"
|
||||||
termion = "3.0.0"
|
termion = "4.0.5"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.45.1", features = ["full"] }
|
||||||
tokio-serial = "5.4.4"
|
tokio-serial = "5.4.5"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue