microscope-control/hostcontrol/Cargo.toml
Henner Zeller f65cc9236b Add debug log support for serial interface.
This shows the chatter on the serial interface if debug
logging is enabled.

```
RUST_LOG=debug target/debug/hostcontrol
```

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2026-03-08 08:32:44 +01:00

14 lines
285 B
TOML

[package]
name = "hostcontrol"
version = "0.1.0"
edition = "2021"
[dependencies]
nalgebra = { version = "0.33" }
serialport = { version = "4", default-features = false }
thiserror = "2"
nalgebra-macros = "^0.2.2"
env_logger = "0.11.8"
egui = "0.31.1"
eframe = "0.31.1"
log = "0.4.29"