mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
31 lines
454 B
TOML
31 lines
454 B
TOML
[package]
|
|
name = "bioz-host-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
defmt = { version = "1.0.1" }
|
|
|
|
[dependencies.bioz-icd-rs]
|
|
path = "../bioz-icd-rs"
|
|
features = ["use-std"]
|
|
|
|
[dependencies.postcard-rpc]
|
|
version = "0.11.13"
|
|
features = [
|
|
"use-std",
|
|
"raw-nusb",
|
|
"cobs-serial",
|
|
]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.37.0"
|
|
features = [
|
|
"rt-multi-thread",
|
|
"macros",
|
|
"time",
|
|
]
|
|
|
|
[dependencies.tokio-serial]
|
|
version = "5.4.4"
|