style: organize deps
This commit is contained in:
+4
-3
@@ -31,6 +31,10 @@ esp-backtrace = { version = "0.19.0", features = [
|
|||||||
] }
|
] }
|
||||||
esp-println = { version = "0.17.0", features = ["defmt-espflash", "esp32c6"] }
|
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"
|
critical-section = "1.2.0"
|
||||||
static_cell = { version = "2.1.1", features = ["nightly"] }
|
static_cell = { version = "2.1.1", features = ["nightly"] }
|
||||||
|
|
||||||
@@ -56,9 +60,6 @@ sntpc-time-embassy = { version = "0.6" }
|
|||||||
portable-atomic = "1.15.0"
|
portable-atomic = "1.15.0"
|
||||||
|
|
||||||
picoserve = { version = "0.19", features = ["defmt", "embassy", "json"] }
|
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
|
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html
|
||||||
|
|||||||
Reference in New Issue
Block a user