The starting points have been created. Sweet!

This commit is contained in:
2026-05-22 22:15:10 -05:00
parent f6dde557bb
commit 8917d1f81c
14 changed files with 39 additions and 0 deletions
+12
View File
@@ -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]