Files
rnavp/Cargo.toml
T
melfely 8631d9d2a1 Fixed a new() issue
where it took in a PID rather than a pid::PID rather than a pid::PID

Version Bump to 0.2.2
2026-06-12 19:07:37 -05:00

19 lines
382 B
TOML

[package]
name = "rnavp"
version = "0.2.2"
edition = "2024"
publish = ["gitea"]
[features]
default= ["embassy"]
std = []
embassy = ["core_full"]
core = []
core_full = ["core_communication", "core_logic"]
core_communication = ["core"]
core_logic = ["core"]
host = ["std", "core_full"]
[dependencies]
serde = { version = "1.0.228", features = ["derive"], default-features = false }