aboutsummaryrefslogtreecommitdiff
path: root/test_fw/ui/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@npry.dev>2024-10-24 05:24:43 -0400
committerNathan Perry <np@npry.dev>2024-10-24 05:24:43 -0400
commit1bd7040efe360789a3f2999948b80498a4528258 (patch)
tree9c5d8df34f4046ce2ea1d5316d42ed58f586d7b0 /test_fw/ui/Cargo.toml
parentcef2afa070cdf935e27a95946977915e25d9d243 (diff)
most things working
Diffstat (limited to 'test_fw/ui/Cargo.toml')
-rw-r--r--test_fw/ui/Cargo.toml16
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"
+