aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-04 13:06:27 +0000
committerdiogo464 <[email protected]>2025-12-04 13:06:27 +0000
commit945f38391052773c6b16e54006a434ff7c9f5d98 (patch)
tree1f3360316f7304e26a788582bd488726bd8259d2 /Cargo.toml
parentb3e47f9c9268e01533a809f83b4f3ecd379c4b22 (diff)
added more examples
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d37e957..6a9ea4f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,4 @@ embassy-sync = { version = "0.7.2" }
22static_cell = "2.1.1" 22static_cell = "2.1.1"
23embedded-io-async = { version = "0.6", features = ["std"] } 23embedded-io-async = { version = "0.6", features = ["std"] }
24critical-section = { version = "1", features = ["std"] } 24critical-section = { version = "1", features = ["std"] }
25rand = "0.9.2"