diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -14,3 +14,11 @@ defmt = "1.0.1" | |||
| 14 | embassy-sync = { version = "0.7.2", features = ["defmt"] } | 14 | embassy-sync = { version = "0.7.2", features = ["defmt"] } |
| 15 | embassy-futures = "0.1.2" | 15 | embassy-futures = "0.1.2" |
| 16 | embedded-io-async = "0.6" | 16 | embedded-io-async = "0.6" |
| 17 | |||
| 18 | [dev-dependencies] | ||
| 19 | embassy-time = { version = "0.5.0", features = ["std"] } | ||
| 20 | embassy-executor = { version = "0.9.1", features = ["arch-std", "executor-thread"] } | ||
| 21 | embassy-sync = { version = "0.7.2" } | ||
| 22 | static_cell = "2.1.1" | ||
| 23 | embedded-io-async = { version = "0.6", features = ["std"] } | ||
| 24 | critical-section = { version = "1", features = ["std"] } | ||
