aboutsummaryrefslogtreecommitdiff
path: root/test_fw/ui/Cargo.toml
blob: 182ea642dccd20546b2c759c95d033e4da4d33f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ocu_test_ui"
version = "0.1.0"
edition = "2021"

[dependencies]
chrono = "0.4.38"
plotters = "0.3.7"
plotters-backend = "0.3.7"
iced = { version = "0.13", features = ["canvas", "tokio"] }
serialport = "4.6"
plotters-iced = "0.11"
eyre = "0.6"
tokio = { version = "1.41", features = ["full"] }
tokio-serial = "5.4"