From 1b7c5e875f64c2e7cdcdca4dd8206c7fc0b2432f Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 17 Aug 2026 17:30:40 -0500 Subject: [PATCH] style: organize deps --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 716fd9c..8839374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,10 @@ esp-backtrace = { version = "0.19.0", features = [ ] } esp-println = { version = "0.17.0", features = ["defmt-espflash", "esp32c6"] } +embassy-sync = { version = "0.8.0", features = ["defmt"] } +embassy-futures = { version = "0.1.2", features = ["defmt"] } +embedded-rpc = "0.2.0" + critical-section = "1.2.0" static_cell = { version = "2.1.1", features = ["nightly"] } @@ -56,9 +60,6 @@ sntpc-time-embassy = { version = "0.6" } portable-atomic = "1.15.0" picoserve = { version = "0.19", features = ["defmt", "embassy", "json"] } -embassy-sync = { version = "0.8.0", features = ["defmt"] } -embassy-futures = { version = "0.1.2", features = ["defmt"] } -embedded-rpc = "0.2.0" # For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html