diff options
| author | diogo464 <[email protected]> | 2025-12-04 13:06:27 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-04 13:06:27 +0000 |
| commit | 945f38391052773c6b16e54006a434ff7c9f5d98 (patch) | |
| tree | 1f3360316f7304e26a788582bd488726bd8259d2 /Cargo.toml | |
| parent | b3e47f9c9268e01533a809f83b4f3ecd379c4b22 (diff) | |
added more examples
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -22,3 +22,4 @@ embassy-sync = { version = "0.7.2" } | |||
| 22 | static_cell = "2.1.1" | 22 | static_cell = "2.1.1" |
| 23 | embedded-io-async = { version = "0.6", features = ["std"] } | 23 | embedded-io-async = { version = "0.6", features = ["std"] } |
| 24 | critical-section = { version = "1", features = ["std"] } | 24 | critical-section = { version = "1", features = ["std"] } |
| 25 | rand = "0.9.2" | ||
