Added crate for usb-serial protocol
This commit is contained in:
parent
86a33b97a9
commit
bc557ccdeb
4 changed files with 82 additions and 0 deletions
10
protocol/Cargo.toml
Normal file
10
protocol/Cargo.toml
Normal 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"]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue