The starting points have been created. Sweet!
This commit is contained in:
+12
@@ -3,4 +3,16 @@ name = "rnavp"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
||||
[features]
|
||||
default= ["host"]
|
||||
std = []
|
||||
embassy = ["core_full"]
|
||||
core = []
|
||||
core_full = ["core_communication", "core_logic"]
|
||||
core_communication = ["core"]
|
||||
core_logic = ["core"]
|
||||
host = ["std", "core_full"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user