cargo: add missing embedded-storage deps

This commit is contained in:
2025-11-05 12:46:38 +01:00
parent 41f69833e5
commit ee7c6fd068

View File

@@ -94,7 +94,9 @@ nmea = { version = "0.7.0", optional = true, default-features = false, features
mpu6050-dmp = { version = "0.6.1", features = ["async"], optional = true } mpu6050-dmp = { version = "0.6.1", features = ["async"], optional = true }
# Simulation # Simulation
rmp = { version = "0.8.14", optional = true, default-features = false } esp-storage = { version = "0.7.0", features = ["esp32s3"] }
embedded-storage = "0.3.1"
rmp = { path = "../msgpack-rust/rmp/", optional = true, default-features = false }
display-interface = "0.5.0" display-interface = "0.5.0"
[profile.dev] [profile.dev]