Added crate for usb-serial protocol

This commit is contained in:
Sebastian 2024-10-03 16:06:17 +02:00
parent 86a33b97a9
commit bc557ccdeb
4 changed files with 82 additions and 0 deletions

10
protocol/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "radomctl-protocol"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {version = "1.0.193", default-features = false, features = ["derive"]}
heapless = {version = "0.8.0", features = ["serde"]}