cheapsdo2.0/hostsoftware/Cargo.toml

12 lines
300 B
TOML

[package]
name = "controller"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cheapsdo-protocol = { path = "../protocol" }
postcard = {version = "1.0.8", features = ["use-std"]}
serialport = "4.3.0"