mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
36 lines
568 B
TOML
36 lines
568 B
TOML
[package]
|
|
name = "bioz-host-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
defmt = { version = "1.0.1" }
|
|
eframe = { version = "0.32.0"}
|
|
egui_plot = "0.33.0"
|
|
log = "0.4.27"
|
|
simple_logger = "5.0.0"
|
|
atomic_float = "1.1.0"
|
|
|
|
[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"
|