mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Initial commit, copied examples from postcard-rpc repo.
This commit is contained in:
29
Cargo.toml
Normal file
29
Cargo.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[package]
|
||||
name = "bioz-host-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.bioz-icd]
|
||||
path = "../bioz-icd-rs"
|
||||
features = ["use-std"]
|
||||
|
||||
[dependencies.postcard-rpc]
|
||||
version = "0.11"
|
||||
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"
|
||||
Reference in New Issue
Block a user