changed the structure of core::communication.
I think the implementation of the positional.rs is good
This commit is contained in:
+2
-1
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
|
||||
|
||||
[features]
|
||||
default= ["host"]
|
||||
default= ["embassy"]
|
||||
std = []
|
||||
embassy = ["core_full"]
|
||||
core = []
|
||||
@@ -16,3 +16,4 @@ host = ["std", "core_full"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.228", features = ["derive"], default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user