diff options
Diffstat (limited to 'test_fw/ui/Cargo.toml')
| -rw-r--r-- | test_fw/ui/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test_fw/ui/Cargo.toml b/test_fw/ui/Cargo.toml new file mode 100644 index 0000000..182ea64 --- /dev/null +++ b/test_fw/ui/Cargo.toml @@ -0,0 +1,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" + |
