This commit is contained in:
ruvnet
2026-07-31 14:43:44 +00:00
parent ac308a0885
commit bb51e9e2b8
3 changed files with 379 additions and 1 deletions
+6 -1
View File
@@ -135,7 +135,7 @@ The compiled binary is at `target/release/sensing-server`.
### From crates.io (Individual Crates)
All 16 crates are published to crates.io at v0.3.0. Add individual crates to your own Rust project:
The workspace's crates publish independently, so versions vary crate to crate (`wifi-densepose-core` is at 0.3.2, `wifi-densepose-signal` at 0.3.6, etc. as of this writing) — `cargo add` resolves each to its own latest by default, so you don't need to track exact numbers yourself. Add individual crates to your own Rust project:
```bash
# Core types and traits
@@ -161,6 +161,11 @@ cargo add wifi-densepose-wasm
# WASM edge runtime (lightweight, for embedded/IoT)
cargo add wifi-densepose-wasm-edge
# Coherent wideband RF tomography research crate (ADR-287) — synthetic
# stepped-frequency backprojection reconstruction. SYNTHETIC/L0 evidence
# only; not wired into any sensing pipeline above. See its own README.
cargo add wifi-densepose-sar
```
See the full crate list and dependency order in [CLAUDE.md](../CLAUDE.md#crate-publishing-order).