swactor/crates/mvp-system/Cargo.toml
Zachery Aaron Shores-Chmielewski 46fe9afa1b feat(mvp): implement mvp-system modules and in-crate tests
Implement arena_manager, device_bridge, driver_pumps, edge_establisher, gpu_worker
ctl/egress/ingress/process-adapter, orchestrator run-fsm and token-endpoint, run_plan,
stage_controller, tx_rx_edge_actor, weight_lifecycle, and the remaining modules. Move
guarantee tests from tests/mvp_system into crates/mvp-system/src/tests; add the
tinygrad device-bridge backend helper.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-06-23 17:51:34 +04:00

12 lines
178 B
TOML

[package]
name = "mvp-system"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
serde_json = "1"
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"