aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef2d8eb..75308f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,5 +23,8 @@ esp-idf-svc = { version = "0.52.1", features = ["critical-section", "embassy-tim
# Remove `generic-queue-8` if you plan to use `embassy-time` WITH `embassy-executor`
embassy-time = { version = "0.5", features = ["generic-queue-8"] }
+embedded-graphics = "0.8.2"
+ssd1306 = "0.10.0"
+
[build-dependencies]
embuild = "0.33"