cheapsdo2.0/hostsoftware/Cargo.toml

16 lines
391 B
TOML
Raw Normal View History

2023-12-20 17:04:19 +01:00
[package]
2023-12-20 18:32:19 +01:00
name = "cheapsdo-control"
2023-12-20 17:04:19 +01:00
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" }
crossbeam-channel = "0.5.11"
2023-12-20 18:32:19 +01:00
eframe = "0.24.1"
2023-12-21 00:26:56 +01:00
egui_plot = "0.24.1"
numfmt = "1.1.1"
2023-12-20 17:04:19 +01:00
postcard = {version = "1.0.8", features = ["use-std"]}
serialport = "4.3.0"